Update readme to support new default branch

Support #14
This commit is contained in:
Andy McKay
2020-07-21 08:38:36 -07:00
committed by GitHub
parent ae53f59fd5
commit 8f51b5e7e4

View File

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