Skip to content

Commit 8a07ce3

Browse files
ci(dependabot_changelog_updater): add fields to enable new version of changelog updater (#1500)
All Submissions: * [x] Have you followed the guidelines in our Contributing document? * [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/fastly/cli/pulls) for the same update/change?
1 parent 74ae768 commit 8a07ce3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dependabot_changelog_update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
token: ${{ steps.github-token.outputs.token }}
26+
repository: ${{ github.event.pull_request.head.repo.full_name }}
27+
ref: ${{ github.event.pull_request.head.ref }}
2628
- name: Generate changelog entry
2729
uses: dangoslen/dependabot-changelog-helper@v4
2830
with:

0 commit comments

Comments
 (0)