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 dec4817 commit 6426344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/port-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
echo "${GITHUB_REPOSITORY_OWNER}"
echo "${GITHUB_ACTOR}"
gh api orgs/${GITHUB_REPOSITORY_OWNER}/members --paginate
echo orgs/${GITHUB_REPOSITORY_OWNER}/members
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 6426344

Please sign in to comment.