https://github.com/isan-rivkin/github-js-action
Github Action written in Node.
https://github.com/isan-rivkin/github-js-action
Last synced: 9 months ago
JSON representation
Github Action written in Node.
- Host: GitHub
- URL: https://github.com/isan-rivkin/github-js-action
- Owner: Isan-Rivkin
- Created: 2020-03-31T20:39:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T19:25:20.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T22:02:50.044Z (over 3 years ago)
- Language: JavaScript
- Size: 901 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'
https://help.github.com/en/actions/building-actions/creating-a-javascript-action