We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7165f94 commit 596e53aCopy full SHA for 596e53a
.github/workflows/integration.yaml
@@ -85,7 +85,7 @@ jobs:
85
- name: Check filename rules
86
if: ${{ steps.pr-labels.outputs.has_maintenance != 'true' }}
87
run: |
88
- files=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | tr -d '"')
+ files=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }} | tr -d '"')
89
pr_author="${{ github.event.pull_request.user.login }}"
90
success=true
91
0 commit comments