Skip to content

Commit

Permalink
echo git status -uno so we can see what's going on
Browse files Browse the repository at this point in the history
  • Loading branch information
Blargian committed Jan 23, 2025
1 parent a0b5b27 commit ee43f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/table_of_contents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Check for Changes
id: change_check
run: |
echo git status -uno
if [[ -n "$(git diff --exit-code)" ]]; then
echo "Changes detected."
echo "has_changes=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit ee43f2e

Please sign in to comment.