Skip to content

Commit

Permalink
fix tga
Browse files Browse the repository at this point in the history
  • Loading branch information
Esurio committed Aug 18, 2024
1 parent bf128c5 commit 32b8a88
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-test-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ jobs:
id: check-allowed-users
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ORG_ID: ${{ github.repository_owner_id }}
COMMENT_AUTHOR: ${{ github.event.comment.user.login }}
ALLOWERD_USERS: "60435625"
COMMENT_AUTHOR: ${{ github.event.comment.user.id }}
run: |
ALLOWED_USERS="60435625"
COMMENT_AUTHOR="${{ github.event.comment.user.id }}"
if [[ ",$ALLOWED_USERS," == *",$COMMENT_AUTHOR,"* ]]; then
echo "is-allowed-user=true" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit 32b8a88

Please sign in to comment.