Merge pull request #7231 from MicroDev1/ci

Compare against PR head commit instead of merge ref
This commit is contained in:
Dan Halbert 2022-11-19 09:38:25 -05:00 committed by GitHub
commit c837ac4f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,6 +141,7 @@ jobs:
uses: tj-actions/changed-files@v34
with:
json: "true"
sha: ${{ steps.get-last-commit-with-checks.outputs.commit && github.event.after }}
base_sha: ${{ steps.get-last-commit-with-checks.outputs.commit }}
- name: Set matrix
id: set-matrix