Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhaiwat10/hello-world-javascript-action
https://github.com/dhaiwat10/hello-world-javascript-action
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhaiwat10/hello-world-javascript-action
- Owner: Dhaiwat10
- Created: 2022-08-31T19:43:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T11:37:49.000Z (over 2 years ago)
- Last Synced: 2024-10-05T08:40:59.133Z (3 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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/[email protected]
with:
who-to-greet: 'Mona the Octocat'