Skip to content

Commit

Permalink
fix: fix the typo
Browse files Browse the repository at this point in the history
fix the typo
  • Loading branch information
simeng-li committed Oct 16, 2023
1 parent 0909bc4 commit 92b4a44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check for alteration changes
id: changes-detection
run: |
CHANGE_FILES=$(git diff --name-only ${{github.head}}..origin/${{github.base_ref}} | grep 'packages/schemas/alterations/')
CHANGE_FILES=$(git diff --name-only ${{github.head_ref}}..origin/${{github.base_ref}} | grep 'packages/schemas/alterations/')
if [ -n "$CHANGE_FILES" ]; then
echo "$CHANGE_FILES"
echo "::set-output name=has-alteration-changes::true"
Expand Down

0 comments on commit 92b4a44

Please sign in to comment.