Skip to content

Commit

Permalink
CI: fix the infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrews committed Nov 4, 2024
1 parent bb77b73 commit 23645ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
id: changes
run: git diff
- name: Ammend and push changes
if: steps.changes.outputs.stdout == ''
if: steps.changes.outputs.stdout != ''
run: |
git config user.name "$(git log -n 1 --pretty=format:%an)"
git config user.email "$(git log -n 1 --pretty=format:%ae)"
Expand Down

0 comments on commit 23645ad

Please sign in to comment.