https://github.com/padcom/github-actions-example
https://github.com/padcom/github-actions-example
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/padcom/github-actions-example
- Owner: padcom
- Created: 2022-07-12T23:32:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T00:25:48.000Z (almost 4 years ago)
- Last Synced: 2025-01-04T13:40:11.723Z (over 1 year ago)
- Language: JavaScript
- Size: 15.1 MB
- 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'