https://github.com/cdrubin/hello-world-docker-action
https://github.com/cdrubin/hello-world-docker-action
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdrubin/hello-world-docker-action
- Owner: cdrubin
- Created: 2020-06-29T14:17:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T14:42:00.000Z (almost 5 years ago)
- Last Synced: 2025-03-13T15:39:37.736Z (3 months ago)
- Language: Dockerfile
- Size: 3.91 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: actions/hello-world-docker-action@v1
with:
who-to-greet: 'Mona the Octocat'