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
Fix syntax for PURGE variable in workflow
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
BUILD_RUNNER: "ubuntu-latest"
|
||||
#BUILD_RUNNER: "X64"
|
||||
HOST_DEPLOY: "repo.armbian.com"
|
||||
PURGE: ${{ github.event.inputs.purge }}
|
||||
PURGE: "${{ github.event.inputs.purge }}"
|
||||
secrets:
|
||||
GPG_KEY1: ${{ secrets.GPG_KEY3 }}
|
||||
GPG_KEY2: ${{ secrets.GPG_KEY4 }}
|
||||
|
||||
Reference in New Issue
Block a user