Skip to content

Commit 6e121aa

Browse files
authored
Specify head ref in dependabot PR workflow (#347)
Signed-off-by: Thomas Farr <[email protected]>
1 parent c46a77f commit 6e121aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dependabot_pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
uses: actions/checkout@v4
2828
with:
2929
token: ${{ steps.github_app_token.outputs.token }}
30+
ref: ${{ github.event.pull_request.head.ref }}
31+
repository: ${{ github.event.pull_request.head.repo.full_name }}
3032

3133
- name: Update the changelog
3234
uses: dangoslen/dependabot-changelog-helper@v4

0 commit comments

Comments
 (0)