Skip to content

Commit

Permalink
ci: Fix path filter in PR Reporter action (#4644)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian authored Jan 25, 2025
1 parent 818eafb commit 1da272c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: dorny/paths-filter@v3
id: filter
with:
ref: ${{ github.event.workflow_run.head_branch }}
ref: ${{ github.event.workflow_run.head_sha }}
# Should be kept in sync with the filter in the CI workflow
filters: |
jsChanged: '**/src/**/*.js'
Expand Down

0 comments on commit 1da272c

Please sign in to comment.