From 8e18bbacc24a24d4cb0df7fcad36b9e202b96d53 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Tue, 21 Jul 2026 16:26:30 +0800 Subject: [PATCH] =?UTF-8?q?style(action=20manifest):=20=E7=B5=B1=E4=B8=80?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E6=96=9C=E7=B7=9A=E6=A8=99=E9=BB=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 859e653..e1ef5de 100644 --- a/action.yml +++ b/action.yml @@ -16,11 +16,11 @@ author: 'Jeffery' # 輸入參數區塊:呼叫端 workflow 以 `with:` 傳入, # runner 會自動注入為 INPUT_* 環境變數(例如 INPUT_TOKEN、INPUT_MODEL、INPUT_CREATE-ISSUE)供主程式讀取。 inputs: - # Gitea API token:用於對 PR/issue 留言審查結果,以及 push 審查結果檔(findings/exclusions)回 repo。 + # Gitea API token:用於對 PR/issue 留言審查結果,以及 push 審查結果檔(findings/exclusions)回 repo。 token: # 參數用途說明:secrets/vars context 在 action 內不可用,故由呼叫端 workflow 以 secrets 傳入。 # 建議傳入能觸發 CI 的 PAT;自動 token 推送結果 commit 時可能不會再觸發 workflow。 - description: 'Gitea API token(PR/issue 留言與 push findings 用;建議以能觸發 CI 的 PAT 由 secrets 傳入)' + description: 'Gitea API token(PR/issue 留言與 push findings 用;建議以能觸發 CI 的 PAT 由 secrets 傳入)' # 必填:缺少 token 無法呼叫 Gitea API,action 無法運作。 required: true # 指定 AI 工具使用的模型名稱。