Skip to content

Commit

Permalink
[DEBUG]
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed May 30, 2024
1 parent dc2b651 commit 5a650f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/PreCommitUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Run pre-commit's autoupdate
run: |
# autoupdate returns 1 if any changes were made
pre-commit autoupdate && "No updates"
echo ">$?<"
pre-commit autoupdate || true
# - name: Create Pull Request
# id: cpr
# uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 5a650f4

Please sign in to comment.