Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashwin-pc/test-github-action
To test github action features
https://github.com/ashwin-pc/test-github-action
Last synced: 4 days ago
JSON representation
To test github action features
- Host: GitHub
- URL: https://github.com/ashwin-pc/test-github-action
- Owner: ashwin-pc
- License: mit
- Created: 2023-04-05T01:51:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-06T01:26:04.000Z (over 1 year ago)
- Last Synced: 2024-04-30T04:43:44.611Z (7 months ago)
- Language: JavaScript
- Size: 636 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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. To learn how this action was built, see "[Creating a JavaScript action](https://help.github.com/en/articles/creating-a-javascript-action)" in the GitHub Help documentation.
## 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@main
with:
who-to-greet: 'Mona the Octocat'
```