Skip to content

Instantly share code, notes, and snippets.

@twyle
Created May 19, 2022 11:57
Show Gist options
  • Save twyle/d8c1a68f60323f53491f1422ae0ec459 to your computer and use it in GitHub Desktop.
Save twyle/d8c1a68f60323f53491f1422ae0ec459 to your computer and use it in GitHub Desktop.
# 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