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: container:
image: alpine image: alpine
steps: steps:
- name: Install git and openssh - name: Install git and openssh and node
run: | 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 - name: Setup SSH
env: env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}