fix actions AGAIN

This commit is contained in:
informaticker 2024-11-03 23:29:33 +01:00
parent 2358b4dd83
commit 713ceb2343

View File

@ -10,8 +10,6 @@ jobs:
- name: Install git and openssh
run: |
apk add --no-cache git openssh-client
- name: Checkout code
uses: actions/checkout@v3
- name: Setup SSH
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}