fix(workflows): 保留 job id 並補上中文顯示名稱
CI / 程式碼審查 (pull_request) Failing after 0s

This commit is contained in:
2026-06-25 06:03:38 +00:00
parent 30f5b8d6b6
commit 094a267a49
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ on:
- master
jobs:
cd:
name: 發布專案
uses: https://gitea.jsc.idv.tw/workflows/cd/action.yaml@master
with:
CALCULATE_VERSION: ${{ vars.ACTION_CALCULATE_VERSION }}
+1
View File
@@ -6,6 +6,7 @@ on:
types: [opened, synchronize]
jobs:
ci:
name: 程式碼審查
uses: https://gitea.jsc.idv.tw/workflows/ci/action.yaml@master
with:
CODE_REVIEW_VERSION: ${{ vars.ACTION_CODE_REVIEW_VERSION }}