actions test
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 13s

This commit is contained in:
André Menrath 2023-11-25 13:27:17 +01:00
parent fa961d18f7
commit e4a23bbf08

View file

@ -10,7 +10,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: secrets.SSH_PRIVATE_KEY != '' and secrets.SSH_HOST_KEY != ''
if: secrets.SSH_PRIVATE_KEY != '' && secrets.SSH_HOST_KEY != ''
steps:
- uses: https://code.forgejo.org/actions/checkout@v4