1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2024-09-19 16:56:42 +00:00

fix readme (#251)

This commit is contained in:
eric sciple 2020-05-20 10:20:52 -04:00 committed by GitHub
parent 97b30c411c
commit df86c829eb
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,7 +227,7 @@ jobs:
```yaml ```yaml
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: | - run: |
git fetch --prune --unshallow git fetch --prune --unshallow --tags
``` ```
# License # License