mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 17:28:57 +00:00
merge: Quote input arguments
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
- name: Check if actor is reviewer
|
||||
run: |
|
||||
if gh api /orgs/${{ github.repository_owner }}/teams/reviewers/memberships/${{ github.actor }} --silent; then
|
||||
if gh api /orgs/"${{ github.repository_owner }}"/teams/reviewers/memberships/"${{ github.actor }}" --silent; then
|
||||
echo "IS_REVIEWER=true" >> "$GITHUB_ENV"
|
||||
else
|
||||
echo "IS_REVIEWER=false" >> "$GITHUB_ENV"
|
||||
|
||||
Reference in New Issue
Block a user