Skip to content

Commit 1da272c

Browse files
authored
ci: Fix path filter in PR Reporter action (#4644)
1 parent 818eafb commit 1da272c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-reporter.yml

+1-1
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)