Skip to content

Commit

Permalink
Deployed to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Jun 10, 2020
1 parent 62c71d5 commit 0e8fba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
- uses: pre-commit/action@v1.1.0
- uses: pre-commit/action@v1.1.1
```

This does a few things:
Expand Down Expand Up @@ -65,7 +65,7 @@ here's an example configuration for that (use the template above except for the
`pre-commit` action):

```yaml
- uses: pre-commit/action@v1.1.0
- uses: pre-commit/action@v1.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit 0e8fba5

Please sign in to comment.