test
This commit is contained in:
parent
52cae1a662
commit
d17020ab4d
1 changed files with 2 additions and 2 deletions
|
@ -34,10 +34,10 @@ jobs:
|
||||||
runs-on: bookworm
|
runs-on: bookworm
|
||||||
container: alpine
|
container: alpine
|
||||||
steps:
|
steps:
|
||||||
- name: Add NodeJs & ssh
|
- name: Add NodeJs, rsync & ssh
|
||||||
run: |
|
run: |
|
||||||
uname -a
|
uname -a
|
||||||
apk add nodejs npm openssh-client
|
apk add nodejs npm openssh-client rsync
|
||||||
- name: Create directory
|
- name: Create directory
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh/
|
mkdir -p ~/.ssh/
|
||||||
|
|
Loading…
Reference in a new issue