You've already forked armbian.github.io
mirror of
https://github.com/armbian/armbian.github.io.git
synced 2026-01-06 11:42:20 -08:00
Set default value when executing from repository dispatch
This commit is contained in:
@@ -47,9 +47,8 @@ jobs:
|
||||
with:
|
||||
ACCESS_NAME: armbian
|
||||
BUILD_RUNNER: "ubuntu-latest"
|
||||
#BUILD_RUNNER: "X64"
|
||||
HOST_DEPLOY: "repo.armbian.com"
|
||||
PURGE: ${{ inputs.purge_external }}
|
||||
PURGE: ${{ inputs.purge_external || false }}
|
||||
secrets:
|
||||
GPG_KEY1: ${{ secrets.GPG_KEY3 }}
|
||||
GPG_KEY2: ${{ secrets.GPG_KEY4 }}
|
||||
|
||||
Reference in New Issue
Block a user