https://github.com/kraken-devs/hello-world-javascript-action
https://github.com/kraken-devs/hello-world-javascript-action
github krakens validation-error
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kraken-devs/hello-world-javascript-action
- Owner: Kraken-Devs
- Created: 2022-12-06T17:33:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T17:41:17.000Z (about 3 years ago)
- Last Synced: 2025-01-12T07:09:14.201Z (about 1 year ago)
- Topics: github, krakens, validation-error
- Language: JavaScript
- Size: 951 KB
- Stars: 0
- Watchers: 0
- 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
```yaml
uses: actions/hello-world-javascript-action@v1.1
with:
who-to-greet: 'Mona the Octocat'
```