fix actions AGAIN
This commit is contained in:
parent
cfb8d83d00
commit
972e6876aa
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user