Skip to content

Commit

Permalink
Test echo simply
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed Mar 6, 2024
1 parent 0c7a09a commit dca6d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# - STATIC_WEBSITE_PATH
env:
HAVE_REQUIRED_SECRETS: ${{ secrets.SSH_KNOWN_HOSTS != '' && secrets.PRIVATE_SSH_KEY != '' && secrets.CI_USER_NAME != '' && secrets.STATIC_WEBSITE_PATH != '' }}
if: ${{ env.HAVE_REQUIRED_SECRETS == 'true' }}
#if: ${{ env.HAVE_REQUIRED_SECRETS == 'true' }}
runs-on: ubuntu-latest
steps:
- name: Debug
Expand Down

0 comments on commit dca6d38

Please sign in to comment.