Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thepoppingone authored Sep 17, 2023
1 parent e6ed6a2 commit 7affbba
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@

This action runs pre-commit autoupdate command to update the versions in the pre-commit yaml file and makes a PR to the repo for updates

# Example usage soon
# Example usage

Insert into part of the steps workflow

```yaml
steps:
- uses: SPHTech-Platform/gha-pre-commit-autoupdate@main
name: Update pre-commit config automatically
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```

0 comments on commit 7affbba

Please sign in to comment.