From 094a267a49112a3c1001a934f4cfab841eda9298 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Thu, 25 Jun 2026 06:03:38 +0000 Subject: [PATCH] =?UTF-8?q?fix(workflows):=20=E4=BF=9D=E7=95=99=20job=20id?= =?UTF-8?q?=20=E4=B8=A6=E8=A3=9C=E4=B8=8A=E4=B8=AD=E6=96=87=E9=A1=AF?= =?UTF-8?q?=E7=A4=BA=E5=90=8D=E7=A8=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/cd.yaml | 1 + .gitea/workflows/ci.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index c8ea83a..43bd17d 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -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 }} diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8228d11..b3f232f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 }}