Skip to content

Commit

Permalink
Update instructions with latest checkout actions version (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saicheg authored Mar 24, 2020
1 parent cc3c539 commit 77e3c0e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
- uses: adwerx/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

With specific runners:
Expand All @@ -80,6 +79,18 @@ name: Pronto
rubocop rails_schema yamllint
```

If you want to use `actions/checkout@v2`:

```yaml
name: Pronto
# ...
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: |
git fetch --no-tags --prune origin
```

### Development / Contributions

See [CONTRIBUTING.md](./CONTRIBUTING.md)

0 comments on commit 77e3c0e

Please sign in to comment.