Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SafetyQuincyF committed Dec 20, 2024
1 parent 17dcfb8 commit 57c6a1f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/contributor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,7 @@ jobs:
if check_membership "$PR_AUTHOR"; then
echo "proceed=true" >> $GITHUB_ENV
else
echo "Checking actor: $ACTOR"
if [ "$PR_AUTHOR" != "$ACTOR" ] && check_membership "$ACTOR"; then
echo "$ACTOR is NOT a member of the $TEAM team."
echo "proceed=true" >> $GITHUB_ENV
else
echo "$ACTOR is a member of the $TEAM team."
echo "proceed=false" >> $GITHUB_ENV
echo "proceed=false" >> $GITHUB_ENV
fi
fi
Expand Down

0 comments on commit 57c6a1f

Please sign in to comment.