Skip to content

Commit

Permalink
chore: fix script format (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen authored Nov 25, 2024
1 parent 52d4ab9 commit e8e08c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_mainnet_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
steps:
- name: Authorised User only
run: |
if [[ ! " tcar121293 eedygreen MakMuftic akchainsafe mpetrun5 " =~ " ${{ github.actor }} " ]]; then
echo "You are not authorized to deploy to mainnet!"
exit 1
fi
if [[ ! " tcar121293 eedygreen MakMuftic akchainsafe mpetrun5 " =~ " ${{ github.actor }} " ]]; then
echo "You are not authorized to deploy to mainnet!"
exit 1
fi
- name: checkout ecs repo
uses: actions/checkout@v4
Expand Down

0 comments on commit e8e08c9

Please sign in to comment.