Compare commits
14 Commits
v0.1.3
...
b6a52e20b1
| Author | SHA1 | Date | |
|---|---|---|---|
| b6a52e20b1 | |||
| 4fd5c3bcd5 | |||
| fcd4050b51 | |||
| 0d64da685d | |||
| 5dc21503ef | |||
| e5d6e71f8e | |||
| f7e127d20c | |||
| a25a8c667e | |||
| d9398a0d21 | |||
| cc4e434c29 | |||
| 692079c188 | |||
| 6b7d05fc56 | |||
| efe744a214 | |||
| e30d6d83db |
@@ -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 }}
|
||||||
Reference in New Issue
Block a user