Fix syntax for PURGE variable in workflow

This commit is contained in:
Igor
2025-12-29 00:48:39 +01:00
committed by GitHub
parent 7348f4c04e
commit cdd6536736

View File

@@ -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 }}