Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Diapolo10 committed Oct 16, 2024
2 parents 5abf6fc + 34554c3 commit 3fa196c
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "RUFF_SUCCESS=$([ $? -eq 0 ])" >> $GITHUB_ENV
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
if: ${{ !env.RUFF_SUCCESS }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 3fa196c

Please sign in to comment.