Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Costi authored Oct 14, 2022
1 parent 778decc commit 8579a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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.
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://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action)" in the GitHub Docs.

## Inputs

Expand All @@ -17,7 +17,7 @@ The time we greeted you.
## Example usage

```yaml
uses: actions/hello-world-docker-action@master
uses: actions/hello-world-docker-action@main
with:
who-to-greet: 'Mona the Octocat'
```

0 comments on commit 8579a20

Please sign in to comment.