fix actions AGAIN

This commit is contained in:
informaticker 2024-11-03 23:38:10 +01:00
parent cfb8d83d00
commit 972e6876aa

View File

@ -7,9 +7,11 @@ jobs:
container:
image: alpine
steps:
- name: Install git and openssh
- name: Install git and openssh and node
run: |
apk add --no-cache git openssh-client
apk add --no-cache git openssh-client nodejs
- name: Checkout code
uses: actions/checkout@v3
- name: Setup SSH
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}