https://github.com/konijima/js-lua-checker-action
https://github.com/konijima/js-lua-checker-action
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/konijima/js-lua-checker-action
- Owner: Konijima
- License: mit
- Created: 2021-11-11T07:05:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T07:40:22.000Z (over 3 years ago)
- Last Synced: 2025-02-15T09:17:01.793Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 695 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Konijima/JS-Lua-Checker-Action/actions/workflows/LUACheck.yml)
# 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'