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

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'
``` ```