This commit is contained in:
hikari 2024-07-03 19:09:45 +03:30 committed by GitHub
parent 0f43ec29c8
commit 51f27db206
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ jobs:
- name: Build image
run: mkarchiso -v iso/
- name: create .ssh folder
run: mdkir ~/.ssh
run: mkdir ~/.ssh
- name: generate ssh-key
run: ssh-keyscan -H {{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
- name: remove last iso
@ -59,7 +59,7 @@ jobs:
- name: Build image
run: mkarchiso -v iso/
- name: create .ssh folder
run: mdkir ~/.ssh
run: mkdir ~/.ssh
- name: generate ssh-key
run: ssh-keyscan -H {{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
- name: remove last iso