Merge pull request #15 from actions/update-main

Update readme to support new default branch
This commit is contained in:
Andy McKay 2020-07-21 08:54:30 -07:00 committed by GitHub
commit 3ee2a0320c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ The time we greeted you.
## Example usage ## Example usage
```yaml ```yaml
uses: actions/hello-world-javascript-action@master uses: actions/hello-world-javascript-action@main
with: with:
who-to-greet: 'Mona the Octocat' who-to-greet: 'Mona the Octocat'
``` ```