https://github.com/jhubbardsf/github-action-docker
https://github.com/jhubbardsf/github-action-docker
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhubbardsf/github-action-docker
- Owner: jhubbardsf
- Created: 2022-03-08T04:04:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T04:08:58.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T13:06:34.827Z (10 months 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'