Skip to content

Commit

Permalink
Update check-local-changes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Jun 24, 2024
1 parent 2834ff5 commit 573dbfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-local-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:

- name: Check local changes
id: check
run: ./.github/workflows/check-local-changes.sh
run: |
chmod +x ./.github/workflows/check-local-changes.sh
./.github/workflows/check-local-changes.sh
- name: Output changed files
run: git status --porcelain ./*/src/generated/resources/*
Expand Down

0 comments on commit 573dbfb

Please sign in to comment.