Skip to content

Commit

Permalink
fix git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
nomaxg committed Mar 27, 2024
1 parent 62afd08 commit d1eb7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-demo-consistency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Check for file edits
run: |
FILES_CHANGED=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }})
FILES_CHANGED=$(git diff --name-only origin/main..HEAD)
# Check if process-compose.yaml is edited
if echo "$FILES_CHANGED" | grep -q "process-compose.yml"; then
Expand Down

0 comments on commit d1eb7f8

Please sign in to comment.