Update .github/workflows/push-code.yml
This commit is contained in:
parent
c149a08fc8
commit
12752504d1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push-code.yml
vendored
2
.github/workflows/push-code.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue