diff --git a/.github/workflows/comment-trigger.yml b/.github/workflows/comment-trigger.yml index dd36ca0..c528254 100644 --- a/.github/workflows/comment-trigger.yml +++ b/.github/workflows/comment-trigger.yml @@ -21,8 +21,9 @@ jobs: AUTHOR="${{ github.event.comment.user.login }}" REPO="${{ github.repository }}" ORG=$(echo $REPO | cut -d'/' -f1) - IS_MEMBER=$(curl -s -H "Authorization: token ${{ secrets.GH_TOKEN }}" \ - "https://api.github.com/orgs/$ORG/members/$AUTHOR" | jq -r '.message != "Not Found"') + RESPONSE=$(curl -s -H "Authorization: token ${{ secrets.GH_TOKEN }}" \ + "https://api.github.com/orgs/$ORG/members/$AUTHOR") + IS_MEMBER=$(echo $RESPONSE | jq -r '.message != "Not Found"') if [[ "$IS_MEMBER" != "true" ]]; then echo "Comment author is not a member of the repository" exit 1 diff --git a/app.json b/app.json index a220d8c..c3bca9c 100644 --- a/app.json +++ b/app.json @@ -46,7 +46,7 @@ "applinks:headpat.place", "applinks:api.headpat.place" ], - "buildNumber": "126", + "buildNumber": "127", "appleTeamId": "S243K37R5M" }, "android": { @@ -75,7 +75,7 @@ } }, "package": "com.headpat.app", - "versionCode": 126 + "versionCode": 127 }, "extra": { "router": {