fix actions
This commit is contained in:
parent
08ed3dec23
commit
3cb31be65f
@ -7,7 +7,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Install rsync
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt-get install rsync
|
||||||
- name: Setup SSH
|
- name: Setup SSH
|
||||||
env:
|
env:
|
||||||
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user