Skip to content

Commit

Permalink
show untracked
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Aug 29, 2024
1 parent 4d78869 commit 5d0b130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/require-empty-diff/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
shell: bash
run: |
if [[ -n "$(git status --porcelain)" ]]; then
git status
git status -u
git --no-pager diff
exit 1
fi

0 comments on commit 5d0b130

Please sign in to comment.