Skip to content

Commit

Permalink
Fix #13
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Apr 23, 2024
1 parent 8e57d83 commit 1cf119c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-update-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Check for changes
id: git_status
run: |
git diff --quiet ${{ env.path }} && echo "::set-output name=changed::false" || echo "::set-output name=changed::true"
git diff --quiet ${{ env.path }} && echo "changed=false" >> $GITHUB_STATE || echo "changed=true" >> $GITHUB_STATE
- name: There are changes
if: steps.git_status.outputs.changed == 'true'
Expand Down

0 comments on commit 1cf119c

Please sign in to comment.