You've already forked cache-kernel
mirror of
https://github.com/armbian/cache-kernel.git
synced 2026-01-06 10:38:17 -08:00
Update generate.yml
This commit is contained in:
4
.github/workflows/generate.yml
vendored
4
.github/workflows/generate.yml
vendored
@@ -101,6 +101,10 @@ jobs:
|
||||
ls -l output/debs/
|
||||
du output
|
||||
|
||||
- name: "Generate key id" # We need this in case we run multiple runners on one machine
|
||||
run: echo "RANDOM=ID_$((RANDOM%1000000))" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
- name: Install SSH key for storage
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user