https://github.com/jefeish/hello-world-docker-action
action demo
https://github.com/jefeish/hello-world-docker-action
Last synced: 2 months ago
JSON representation
action demo
- Host: GitHub
- URL: https://github.com/jefeish/hello-world-docker-action
- Owner: jefeish
- License: mit
- Created: 2020-12-04T16:38:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T14:41:12.000Z (over 3 years ago)
- Last Synced: 2025-02-01T16:27:38.449Z (4 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'