Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dongcarl/hello-world-javascript-action
https://github.com/dongcarl/hello-world-javascript-action
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dongcarl/hello-world-javascript-action
- Owner: dongcarl
- Created: 2019-12-09T20:24:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T19:19:48.000Z (over 2 years ago)
- Last Synced: 2024-11-14T10:49:51.814Z (2 months ago)
- Language: JavaScript
- Size: 575 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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'