https://github.com/alphaolomi/hello-world-javascript-action
Simple Hello World to Github Actions
https://github.com/alphaolomi/hello-world-javascript-action
github github-actions hello-world javascript learning-by-doing
Last synced: 12 months ago
JSON representation
Simple Hello World to Github Actions
- Host: GitHub
- URL: https://github.com/alphaolomi/hello-world-javascript-action
- Owner: alphaolomi
- License: mit
- Created: 2020-03-07T08:15:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T03:49:08.000Z (almost 2 years ago)
- Last Synced: 2025-04-25T16:54:11.680Z (about 1 year ago)
- Topics: github, github-actions, hello-world, javascript, learning-by-doing
- Language: TypeScript
- Homepage:
- Size: 1.02 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'