Skip to content

Commit

Permalink
Tryna to fix if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed May 30, 2024
1 parent 9e44d1d commit cef044c
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 @@ -71,7 +71,7 @@ jobs:
path: deploy

- name: Upload to S3
if: ${{ secrets.AWS_KEY_ID != '' }}
if: secrets.AWS_KEY_ID != ''
uses: shallwefootball/[email protected]
with:
aws_key_id: ${{ secrets.AWS_KEY_ID }}
Expand Down

0 comments on commit cef044c

Please sign in to comment.