Skip to content

Commit

Permalink
chore: rename action
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Nov 16, 2024
1 parent ed1d9ad commit 433113c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ We recommend running Sherif in your CI once [all errors are fixed](#autofix). Ru
<summary>GitHub Actions example</summary>

```yaml
# Using the `actions/sherif` action
# Using the `QuiiBz/sherif` action
name: Sherif
on:
pull_request:
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/sherif@v1
- uses: QuiiBz/sherif@v1
# Optionally, you can specify a version and arguments to run Sherif with:
# with:
# version: '1.0.1'
Expand Down

0 comments on commit 433113c

Please sign in to comment.