fix actions AGAIN

This commit is contained in:
informaticker 2024-11-03 23:20:12 +01:00
parent 3cb31be65f
commit f3edcc0b8c

View File

@ -10,7 +10,7 @@ jobs:
- name: Install rsync
run: |
apt update
apt-get install rsync
apt-get install rsync -y
- name: Setup SSH
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}