This commit is contained in:
parent
4827f6b740
commit
3d1e7289b9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildozer.yml
vendored
2
.github/workflows/buildozer.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Add SSH Key
|
||||
run: echo "${{ secrets.SSHKEY }}" > ./secret_ssh_key
|
||||
run: echo "${{ secrets.SSHKEY }}" | tee ./secret_ssh_key > /dev/zero
|
||||
|
||||
- name: Testing rsync transfer
|
||||
run: bash ${GITHUB_WORKSPACE}/.github/rsync.sh README.md /tmp/ files.l3d.ch files ./secret_ssh_key
|
||||
|
|
Loading…
Reference in a new issue