A template to demonstrate how to build a JavaScript action.
Go to file
Rachael Sewell e84489cd02 Update README and remove toolkit archives 2019-09-06 15:02:37 -07:00
node_modules Update README and remove toolkit archives 2019-09-06 15:02:37 -07:00
README.md Update README and remove toolkit archives 2019-09-06 15:02:37 -07:00
action.yml Removed lib directory 2019-08-03 18:31:57 -07:00
index.js Update index.js 2019-08-06 21:35:31 -07:00
package-lock.json Add file 2019-08-06 21:06:23 -07:00
package.json Add file 2019-08-06 21:06:38 -07:00

Hello world JavaScript action

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

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'