Skip to content

Commit

Permalink
fix: git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Oct 23, 2024
1 parent a831479 commit 65fcb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
if (( $(echo ${#hasChanged}) != 0 )); then
git status
echo "There are changes in the repository"
git show
git diff
exit 1
fi
Expand Down

0 comments on commit 65fcb58

Please sign in to comment.