Rachael Sewell c7b08592b7 Update index.js
2019-08-06 20:27:39 -07:00
2019-08-03 18:31:57 -07:00
2019-08-06 20:27:39 -07:00
2019-08-03 14:44:52 -07:00
2019-08-06 18:53:26 -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'
Description
A template to demonstrate how to build a JavaScript action.
Readme MIT 17 MiB
Languages
JavaScript 100%