https://github.com/kraken-devs/hello-world-docker-action
https://github.com/kraken-devs/hello-world-docker-action
github krakens validation-error
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kraken-devs/hello-world-docker-action
- Owner: Kraken-Devs
- Created: 2022-12-06T17:20:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T17:29:13.000Z (about 3 years ago)
- Last Synced: 2025-03-01T15:44:01.422Z (about 1 year ago)
- Topics: github, krakens, validation-error
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- 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@v2
with:
who-to-greet: 'Mona the Octocat'