https://github.com/sentient-codebot/github-action-workflow
https://github.com/sentient-codebot/github-action-workflow
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sentient-codebot/github-action-workflow
- Owner: sentient-codebot
- Created: 2022-12-20T14:35:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T15:20:46.000Z (over 3 years ago)
- Last Synced: 2025-02-07T01:32:05.215Z (about 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- 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'