Skip to content

Commit f1184bf

Browse files
committed
ci: Fix path filter in PR Reporter action
1 parent 818eafb commit f1184bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-reporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: dorny/paths-filter@v3
2323
id: filter
2424
with:
25-
ref: ${{ github.event.workflow_run.head_branch }}
25+
ref: ${{ github.event.workflow_run.head_sha }}
2626
# Should be kept in sync with the filter in the CI workflow
2727
filters: |
2828
jsChanged: '**/src/**/*.js'

0 commit comments

Comments
 (0)