https://github.com/theyorkshiredev/hello-world-docker-action
https://github.com/theyorkshiredev/hello-world-docker-action
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theyorkshiredev/hello-world-docker-action
- Owner: TheYorkshireDev
- Created: 2023-02-03T20:09:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T20:17:38.000Z (over 3 years ago)
- Last Synced: 2025-01-11T19:23:11.482Z (over 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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@v2
with:
who-to-greet: 'Mona the Octocat'