Skip to content

Commit

Permalink
Fix pipeline failure on no change
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhakimnejad committed Jul 26, 2024
1 parent 3d06622 commit 85a7e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: verify changes
id: verify_changes
run: |
git diff --quiet README.md || echo "changed=true" >> $GITHUB_OUTPUT
git diff --quiet profile/README.md || echo "changed=true" >> $GITHUB_OUTPUT
- name: Commit changes
if: steps.verify_changes.outputs.changed == 'true'
run: |
Expand Down

0 comments on commit 85a7e72

Please sign in to comment.