Skip to content

Commit

Permalink
fix workflow - wrong check team members
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed May 26, 2024
1 parent 070e85a commit 27c448a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
echo "The user $USER_NAME is a member of the team $TEAM_NAME within the organization $ORG_NAME."
else
echo "The user $USER_NAME is not a member of the team $TEAM_NAME within the organization $ORG_NAME."
exit 1
fi

- name: Determine target branch
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
echo "The user $USER_NAME is a member of the team $TEAM_NAME within the organization $ORG_NAME."
else
echo "The user $USER_NAME is not a member of the team $TEAM_NAME within the organization $ORG_NAME."
exit 1
fi

# Make RC for the repo here:
Expand Down

0 comments on commit 27c448a

Please sign in to comment.