mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update test3.yml
This commit is contained in:
7
.github/workflows/test3.yml
vendored
7
.github/workflows/test3.yml
vendored
@@ -15,13 +15,10 @@ jobs:
|
||||
steps:
|
||||
|
||||
- name: Install SSH key for storage
|
||||
env:
|
||||
SSH_KEY_TORRENTS: ${{ secrets.SSH_KEY_TORRENTS }}
|
||||
if: env.SSH_KEY_TORRENTS != null
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
with:
|
||||
key: ${{ secrets.SSH_KEY_TORRENTS }}
|
||||
known_hosts: ${{ secrets.KNOWN_HOSTS_UPLOAD }}
|
||||
key: ${{ secrets.KEY_TORRENTS }}
|
||||
known_hosts: ${{ secrets.KNOWN_HOSTS_TORRENTS }}
|
||||
if_key_exists: replace
|
||||
|
||||
- name: Install Homebrew
|
||||
|
||||
Reference in New Issue
Block a user