Merge pull request '更新 action.yaml' (#15) from develop into master
All checks were successful
/ CD > 計算版本號 (push) Successful in 1s
/ CD > 發布專案 (push) Successful in 3s

Reviewed-on: #15
Reviewed-by: 系統管理員 <admin@noreply.localhost>
This commit was merged in pull request #15.
This commit is contained in:
2026-03-25 06:42:07 +00:00

View File

@@ -16,5 +16,5 @@ runs:
GITEA_REPOSITORY: ${{ gitea.repository }} GITEA_REPOSITORY: ${{ gitea.repository }}
RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }} RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }}
RELEASE_INDEX: ${{ inputs.RELEASE_INDEX }} RELEASE_INDEX: ${{ inputs.RELEASE_INDEX }}
RUNNER_TOKEN: ${{ inputs.RUNNER_TOKEN || ${{ secrets.GITEA_TOKEN }} || secrets.RUNNER_TOKEN }} RUNNER_TOKEN: ${{ inputs.RUNNER_TOKEN || secrets.GITEA_TOKEN || secrets.RUNNER_TOKEN }}
NUGET_AUTHOR: ${{ gitea.repository_owner }} NUGET_AUTHOR: ${{ gitea.repository_owner }}