https://github.com/usernane/hello-world-docker-action
https://github.com/usernane/hello-world-docker-action
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/usernane/hello-world-docker-action
- Owner: usernane
- Created: 2022-05-09T19:50:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T20:28:53.000Z (about 4 years ago)
- Last Synced: 2025-06-05T06:45:05.188Z (about 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- 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'