https://github.com/saturninoabril/try-gh-actions
try-gh-actions
https://github.com/saturninoabril/try-gh-actions
Last synced: 3 months ago
JSON representation
try-gh-actions
- Host: GitHub
- URL: https://github.com/saturninoabril/try-gh-actions
- Owner: saturninoabril
- Created: 2020-03-29T19:43:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T19:25:18.000Z (almost 3 years ago)
- Last Synced: 2025-02-19T01:49:38.622Z (4 months ago)
- Language: JavaScript
- Size: 122 KB
- Stars: 0
- Watchers: 1
- 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'## Develop
1. Install zeit/ncc by running this command in your terminal. npm i -g @zeit/ncc