Created
May 19, 2022 11:57
-
-
Save twyle/d8c1a68f60323f53491f1422ae0ec459 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# oryks-code-coverage | |
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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment