Skip to content
/ composite Public template

A Bash Action template using composite.

License

Notifications You must be signed in to change notification settings

actions-bash/composite

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash Action - composite

A Bash Action template using composite that outputs Hello World or Hello + name to the log by default.

This template includes test.

Usage

Click the Use this template -> Create a new repository for your Action.

Update action.yml

Update your Action's action.yml with your name, description, inputs and outputs.

Compare

Compare with other Bash Action templates:

Using Advantage Disadvantage Recommend to
docker Container can be used. Need to build the image every time. Bash that only can be run in container.
node Node.js can be used. Need to run Bash via Node.js. Just run Bash.
composite Other Actions can be used. Need to mapped inputs via env. Bash needs other Actions or doesn't want node.

See also