Skip to content

Commit

Permalink
Last try before dinner.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Mar 22, 2024
1 parent 97bc0c9 commit 62da46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new_team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
TEAM_ID=$(gh api -X POST /orgs/django-community/teams -f name=${{ inputs.base-team-name }}-committers -f description="People who have the ability to commit and maintain the project." -f privacy="closed")
echo $TEAM_ID
TEAM_ID = $(echo TEAM_ID | jq ".id")
TEAM_ID = $(echo $TEAM_ID | jq ".id")
gh api -X POST /orgs/django-community/teams -f name=${{ inputs.base-team-name }}-committers -f description="People who have the ability to commit and maintain the project." -f privacy="closed" -F parent_team_id=$TEAM_ID
Expand Down

0 comments on commit 62da46a

Please sign in to comment.