Update docs

This commit is contained in:
Peter Evans 2020-01-03 19:22:46 +09:00
parent a972260284
commit 4661d6d7af

View file

@ -30,7 +30,7 @@ The default can be overridden by specifying a `ref` on checkout.
```yml
- uses: actions/checkout@v2
with:
ref: master
ref: develop
```
## How the action works