Skip to content

Commit 7d383a5

Browse files
committed
Fix to dependabot[bot]
1 parent 56ed297 commit 7d383a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spring-finalize-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Generate Changelog
3737
run: |
3838
repositoryTeam=$(gh api repos/$GITHUB_REPOSITORY/collaborators --jq 'map(select(.role_name == "admin") | .login) | tostring')
39-
repositoryTeam=$(sed 's/"//g' <<< ${repositoryTeam:1:-1}),dependabot
39+
repositoryTeam=$(sed 's/"//g' <<< ${repositoryTeam:1:-1}),dependabot[bot]
4040
4141
wget -q https://github.com/spring-io/github-changelog-generator/releases/download/v0.0.8/github-changelog-generator.jar
4242

0 commit comments

Comments
 (0)