https://github.com/toshimaru/hello-world-docker-action
Practice docker container action.
https://github.com/toshimaru/hello-world-docker-action
Last synced: 5 months ago
JSON representation
Practice docker container action.
- Host: GitHub
- URL: https://github.com/toshimaru/hello-world-docker-action
- Owner: toshimaru
- Created: 2020-03-31T12:49:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T14:30:23.000Z (about 6 years ago)
- Last Synced: 2026-01-01T03:35:14.817Z (6 months ago)
- Language: Dockerfile
- Homepage: https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- 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: toshimaru/hello-world-docker-action@v1
with:
who-to-greet: 'Mona the Octocat'