Skip to content

Commit

Permalink
debug output 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Jan 23, 2025
1 parent 3e2ca70 commit 987a2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Check for changes
run: |
git status --porcelain
git diff
if [[ -n $(git status --porcelain) ]]; then
echo "::error::Generated files are not up-to-date (including deleted files). Please run 'make generate' locally and commit any changes."
exit 1
Expand Down

0 comments on commit 987a2e7

Please sign in to comment.