https://github.com/rande/splitsh-github-action
https://github.com/rande/splitsh-github-action
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rande/splitsh-github-action
- Owner: rande
- Created: 2020-02-04T16:58:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T09:36:24.000Z (about 6 years ago)
- Last Synced: 2025-03-11T19:46:25.927Z (over 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello world docker 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/hello-world-docker-action@v1
with:
who-to-greet: 'Mona the Octocat'