Skip to content

Commit

Permalink
still trying to fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrt1n committed Oct 15, 2021
1 parent 20b01d7 commit 71416b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: TARGET=$(cat DEPLOY_STRATEGY)

- name: check if target is valid
if: ! contains($VALID_TARGETS, $TARGET)
if: !(contains($VALID_TARGETS, $TARGET))
run: |
echo 'Invalid Deployment Target'
exit 1
Expand Down

0 comments on commit 71416b1

Please sign in to comment.