Skip to content

Commit

Permalink
ci: use separator to separate path and git arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Fresa committed Aug 17, 2024
1 parent 21bd909 commit 8d0542d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-specification-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: Check for specification changes
shell: bash
run: |
git diff --ignore-space-at-eol --ignore-cr-at-eol --exit-code $(pwd)/MessageDefinitions/
git diff --ignore-space-at-eol --ignore-cr-at-eol --exit-code -- $(pwd)/MessageDefinitions/

0 comments on commit 8d0542d

Please sign in to comment.