feat: 變更取得存取庫擁有者的參數 #11

Merged
jiantw83 merged 1 commits from develop into master 2026-03-21 12:28:42 +00:00
Showing only changes of commit e125464a3c - Show all commits

View File

@@ -17,4 +17,4 @@ runs:
RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }} RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }}
RELEASE_INDEX: ${{ inputs.RELEASE_INDEX }} RELEASE_INDEX: ${{ inputs.RELEASE_INDEX }}
RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }} RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }}
NUGET_AUTHOR: ${{ gitea.author }} NUGET_AUTHOR: ${{ gitea.repository_owner }}