Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcbruins/hellodockeraction031122
https://github.com/marcbruins/hellodockeraction031122
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcbruins/hellodockeraction031122
- Owner: MarcBruins
- License: mit
- Created: 2022-11-03T09:58:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T09:58:59.000Z (about 2 years ago)
- Last Synced: 2024-11-07T11:41:13.639Z (2 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- 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" to the log or "Hello" + the name of a person to greet. To learn how this action was built, see "[Creating a Docker container action](https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action)" in the GitHub Docs.
## Inputs
### `who-to-greet`
**Required** The name of the person to greet. Default `"World"`.
## Outputs
### `time`
The time we greeted you.
## Example usage
```yaml
uses: actions/hello-world-docker-action@main
with:
who-to-greet: 'Mona the Octocat'
```