https://github.com/feifeibear/test-ci
https://github.com/feifeibear/test-ci
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/feifeibear/test-ci
- Owner: feifeibear
- License: mit
- Created: 2020-04-22T06:37:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T12:33:13.000Z (about 6 years ago)
- Last Synced: 2025-01-23T00:41:16.093Z (over 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- 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://help.github.com/en/articles/creating-a-docker-container-action)" in the GitHub Help documentation.
## Inputs
### `who-to-greet`
**Required** The name of the person to greet. Default `"World"`.
## Outputs
### `time`
The time we greeted you.
Haha
## Example usage
```yaml
uses: actions/hello-world-docker-action@master
with:
who-to-greet: 'Mona the Octocat'
```