We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dependabot[bot]
1 parent 56ed297 commit 7d383a5Copy full SHA for 7d383a5
.github/workflows/spring-finalize-release.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Generate Changelog
37
run: |
38
repositoryTeam=$(gh api repos/$GITHUB_REPOSITORY/collaborators --jq 'map(select(.role_name == "admin") | .login) | tostring')
39
- repositoryTeam=$(sed 's/"//g' <<< ${repositoryTeam:1:-1}),dependabot
+ repositoryTeam=$(sed 's/"//g' <<< ${repositoryTeam:1:-1}),dependabot[bot]
40
41
wget -q https://github.com/spring-io/github-changelog-generator/releases/download/v0.0.8/github-changelog-generator.jar
42
0 commit comments