Model input
Check / deno (pull_request) Successful in 34s

This commit is contained in:
2026-09-14 01:47:09 +09:00
parent 75d3593376
commit d7f57e3522
2 changed files with 15 additions and 2 deletions
+6
View File
@@ -20,6 +20,11 @@ inputs:
bot-token:
description: API key or token for the selected bot
required: false
model:
description: >-
Model for the selected bot. Defaults to `claude-sonnet-5` or
`gpt-5.6-terra`, the mid tiers, which cover reviews and fixes.
required: false
runs:
using: composite
@@ -40,6 +45,7 @@ runs:
ACTION_PATH: ${{ gitea.action_path }}
BOT_TYPE: ${{ inputs.bot-type }}
BOT_TOKEN: ${{ inputs.bot-token }}
MODEL: ${{ inputs.model }}
GITEA_API_URL: ${{ gitea.api_url }}
GITEA_REPOSITORY: ${{ gitea.repository }}
GITEA_TOKEN: ${{ inputs.author-token }}