This commit is contained in:
hikari 2024-07-03 18:55:31 +03:30 committed by GitHub
parent b842d6a981
commit 0f43ec29c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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