test: 嘗試修正 INPUT_GITEA_SERVER: unbound variable 問題

This commit is contained in:
Jeffery
2026-03-20 14:25:53 +08:00
parent ea8b72ce8f
commit cd5480b334
2 changed files with 18 additions and 6 deletions

View File

@@ -25,3 +25,10 @@ inputs:
runs:
using: 'docker'
image: 'Dockerfile'
env:
GITEA_SERVER: ${{ inputs.gitea-server }}
REPOSITORY: ${{ inputs.repository }}
PACKAGE_NAME: ${{ inputs.package-name }}
TOKEN: ${{ inputs.token }}
KEEP_COUNT: ${{ inputs.keep-count }}
DRY_RUN: ${{ inputs.dry-run }}