compare against pr head commit instead of merge ref

This commit is contained in:
MicroDev 2022-11-19 10:45:10 +05:30
parent 0f6c708cb1
commit e4f5ca11f9
No known key found for this signature in database
GPG Key ID: 2C0867BE60967730

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