Skip to content

Commit

Permalink
update port-issue with echo
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis-toboggan-md committed Oct 20, 2023
1 parent 60a4b32 commit 76ca23d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/port-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "${GITHUB_REPOSITORY_OWNER}"
echo "${GITHUB_ACTOR}"
if gh api orgs/${GITHUB_REPOSITORY_OWNER}/members --paginate | jq -e --arg GITHUB_ACTOR "$GITHUB_ACTOR" '.[] | select(.login == $GITHUB_ACTOR)' > /dev/null; then
echo "${GITHUB_ACTOR} is a member"
echo "is_member=true" >> $GITHUB_ENV
Expand Down

0 comments on commit 76ca23d

Please sign in to comment.