Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simeng-li committed Oct 9, 2023
1 parent 6ea8ad3 commit 14e05a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alteration-compatibility-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Check for alteration changes
id: alteration-changes
run: |
CHANGE_FILES=$(git diff --name-only HEAD..origin/${{ github.base_ref }} | grep 'packages/schemas/alterations/*')
CHANGE_FILES=$(git diff --name-only HEAD...${{ github.base_ref }} | grep 'packages/schemas/alterations/*')
if [ -z "$CHANGE_FILES" ]; then
echo "No alteration changes detected"
echo "::set-output name=has-alteration-changes::false"
Expand Down

0 comments on commit 14e05a0

Please sign in to comment.