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 32b8a88 commit 13a4d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: check-allowed-users
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ALLOWERD_USERS: "60435625"
ALLOWERD_USERS: 60435625
COMMENT_AUTHOR: ${{ github.event.comment.user.id }}
run: |
if [[ ",$ALLOWED_USERS," == *",$COMMENT_AUTHOR,"* ]]; then
Expand Down

0 comments on commit 13a4d53

Please sign in to comment.