Update .github/workflows/push-code.yml
Some checks failed
Code quality checks / build (18.16) (push) Has been cancelled
Push code / build (push) Failing after 2s

This commit is contained in:
Lara 2024-10-25 12:29:22 +00:00
parent c149a08fc8
commit 12752504d1

View file

@ -10,7 +10,7 @@ jobs:
- name: load ssh key
shell: bash
run: |
echo ${{secrets.ZAPPYZEP_KEY}} >> id_ed25519
echo "${{secrets.ZAPPYZEP_KEY}}" >> id_ed25519
- name: connect to zappyzep
shell: bash
run: |