Skip to content

Commit

Permalink
Try HEAD^
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlende committed Jul 31, 2024
1 parent 161aa6e commit 5a8bbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: npm ci

- name: Validate JSON files
run: node theme-utils.mjs validate-schema $(git diff --name-only origin/${{ github.base_ref }}...HEAD -- ${{ env.PR_PATHS }} | tr '\n' ' ')
run: node theme-utils.mjs validate-schema $(git diff --name-only HEAD^ -- ${{ env.PR_PATHS }} | tr '\n' ' ')

0 comments on commit 5a8bbe5

Please sign in to comment.