Skip to content

Commit

Permalink
ci(grawler): fix binstall args
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Mar 22, 2024
1 parent 5f6bf61 commit 6f753a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/grawler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cargo-bins/cargo-binstall@main
- run: cargo binstall grawler
- run: cargo binstall grawler -y --force
- run: grawler check
with:
GITHUB_TOKEN: ${{ secrets.github_token }}

0 comments on commit 6f753a6

Please sign in to comment.