fix bug
This commit is contained in:
parent
b842d6a981
commit
0f43ec29c8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -25,6 +25,8 @@ jobs:
|
|||
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pygithub github-cli reflector p7zip openssh sshpass rsync
|
||||
- name: Build image
|
||||
run: mkarchiso -v iso/
|
||||
- name: create .ssh folder
|
||||
run: mdkir ~/.ssh
|
||||
- name: generate ssh-key
|
||||
run: ssh-keyscan -H {{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
|
||||
- name: remove last iso
|
||||
|
@ -56,6 +58,8 @@ jobs:
|
|||
run: pacman -Sy; pacman --noconfirm -S git archiso python python-pygithub github-cli reflector p7zip openssh sshpass rsync
|
||||
- name: Build image
|
||||
run: mkarchiso -v iso/
|
||||
- name: create .ssh folder
|
||||
run: mdkir ~/.ssh
|
||||
- name: generate ssh-key
|
||||
run: ssh-keyscan -H {{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
|
||||
- name: remove last iso
|
||||
|
|
Loading…
Add table
Reference in a new issue