A template to demonstrate how to build a JavaScript action.
Go to file
Rachael Sewell ba3261b69d add packages 2019-08-06 20:54:32 -07:00
node_modules/@actions Merge branch 'master' of github.com:actions/hello-world-action 2019-08-03 18:37:12 -07:00
README.md Create README.md 2019-08-06 18:53:26 -07:00
action.yml Removed lib directory 2019-08-03 18:31:57 -07:00
index.js Add github package 2019-08-03 18:33:01 -07:00
package.json add packages 2019-08-06 20:54:32 -07:00

Hello world JavaScript action

This action prints "Hello World" to the log or "Hello" + the name of a person to greet.

Inputs

who-to-greet

Required The name of the person to greet. Default "World".

Outputs

time

The time we greeted you.

Example usage

uses: actions/hello-world-javascript-action@master
with:
  who-to-greet: 'Mona the Octocat'