Merge pull request '更新 action.yaml' (#14) from develop into master

Reviewed-on: #14
This commit is contained in:
2026-03-25 02:46:26 +00:00
+1 -1
View File
@@ -16,5 +16,5 @@ runs:
GITEA_REPOSITORY: ${{ gitea.repository }}
RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }}
RELEASE_INDEX: ${{ inputs.RELEASE_INDEX }}
RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }}
RUNNER_TOKEN: ${{ inputs.RUNNER_TOKEN || ${{ secrets.GITEA_TOKEN }} || secrets.RUNNER_TOKEN }}
NUGET_AUTHOR: ${{ gitea.repository_owner }}