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 ```yml
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
ref: master ref: develop
``` ```
## How the action works ## How the action works