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