parent
85f8d07c49
commit
8b95c161a8
2 changed files with 5 additions and 1 deletions
|
|
@ -13,6 +13,10 @@ jobs:
|
|||
set -e
|
||||
apt update
|
||||
apt install rsync -y
|
||||
- name: test fake key
|
||||
run: |
|
||||
echo "${{ secrets.FAKE_KEY }}" | tr -d "\r"
|
||||
exit 1
|
||||
- name: add ssh key
|
||||
run: |
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue