更新 action.yaml

This commit is contained in:
2026-03-25 02:46:44 +00:00
parent 11c39bc75a
commit 4e2af3ffe5

View File

@@ -14,5 +14,5 @@ runs:
env:
GITEA_SERVER_URL: ${{ gitea.server_url }}
GITEA_REPOSITORY: ${{ gitea.repository }}
RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }}
RUNNER_TOKEN: ${{ inputs.RUNNER_TOKEN || ${{ secrets.GITEA_TOKEN }} || secrets.RUNNER_TOKEN }}
IS_BETA: ${{ inputs.IS_BETA }}