actions test
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 13s
Some checks failed
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Failing after 13s
This commit is contained in:
parent
fa961d18f7
commit
e4a23bbf08
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: secrets.SSH_PRIVATE_KEY != '' and secrets.SSH_HOST_KEY != ''
|
if: secrets.SSH_PRIVATE_KEY != '' && secrets.SSH_HOST_KEY != ''
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue