build.yml: fix ssh-keyscan

This commit is contained in:
Drew DeVault 2024-03-20 13:06:03 +01:00
parent a443c2b0d6
commit 2bf86ce60b
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@ tasks:
./pkgkit build -cu "${packages[@]}"
- upload: |
cd sr.ht-apkbuilds
ssh-keyscan $remote > ~/.ssh/authorized_keys
ssh-keyscan mirror.sr.ht > ~/.ssh/known_hosts
./pkgkit upload "$remote" "$remote_path" "${packages[@]}"