Skip to content

Commit 5092049

Browse files
committed
Fix repositoryTeam var for expected config style
1 parent c01b65d commit 5092049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Changelog Config File
3838
run: |
3939
repositoryTeam=$(gh api repos/$GITHUB_REPOSITORY/collaborators --jq 'map(select(.role_name == "admin") | .login) | tostring')
40+
repositoryTeam=$(sed 's/"//g' <<< ${repositoryTeam:1:-1})
4041
repositoryVisibility=$(gh repo view --json visibility --jq .[])
4142
repositoryVisibility=$([[ $repositoryVisibility = 'PUBLIC' ]] && echo 'true' || echo 'false')
4243

0 commit comments

Comments
 (0)