Skip to content

Commit

Permalink
Update auto_format_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kalcohol authored Feb 6, 2025
1 parent 82b3bcd commit 35f21c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_format_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Check for changes
id: check_changes
run: |
git diff --exit-code || echo "Changes detected"
git diff --exit-code
- name: Commit changes
if: steps.check_changes.outputs.exit_code != 0
Expand Down

0 comments on commit 35f21c4

Please sign in to comment.