https://github.com/matschik/codecheck
https://github.com/matschik/codecheck
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matschik/codecheck
- Owner: matschik
- Created: 2022-11-07T06:08:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T08:59:43.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T09:21:55.051Z (9 months ago)
- Language: JavaScript
- Size: 116 KB
- Stars: 1
- Watchers: 1
- 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"
```