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.
repositoryTeam
1 parent c01b65d commit 5092049Copy full SHA for 5092049
.github/workflows/spring-finalize-release.yml
@@ -37,6 +37,7 @@ jobs:
37
- name: Changelog Config File
38
run: |
39
repositoryTeam=$(gh api repos/$GITHUB_REPOSITORY/collaborators --jq 'map(select(.role_name == "admin") | .login) | tostring')
40
+ repositoryTeam=$(sed 's/"//g' <<< ${repositoryTeam:1:-1})
41
repositoryVisibility=$(gh repo view --json visibility --jq .[])
42
repositoryVisibility=$([[ $repositoryVisibility = 'PUBLIC' ]] && echo 'true' || echo 'false')
43
0 commit comments