https://github.com/svanboxel/hello-world-javascript-action
https://github.com/svanboxel/hello-world-javascript-action
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/svanboxel/hello-world-javascript-action
- Owner: SvanBoxel
- Created: 2020-02-18T13:33:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T19:22:21.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T06:29:02.805Z (about 1 year ago)
- Language: JavaScript
- Size: 974 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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@v1
with:
who-to-greet: 'Mona the Octocat'