Skip to content

Commit

Permalink
Fix git diffing on compile md workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-theodoro committed Apr 17, 2024
1 parent 26e571e commit b71855f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Commit
run: |
cd ultrack-imagej
if git diff --exit-code; then
echo "No changes to commit."
exit 0
Expand Down

0 comments on commit b71855f

Please sign in to comment.