We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818eafb commit 1da272cCopy full SHA for 1da272c
.github/workflows/pr-reporter.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: dorny/paths-filter@v3
23
id: filter
24
with:
25
- ref: ${{ github.event.workflow_run.head_branch }}
+ ref: ${{ github.event.workflow_run.head_sha }}
26
# Should be kept in sync with the filter in the CI workflow
27
filters: |
28
jsChanged: '**/src/**/*.js'
0 commit comments