fix(workflows): 修正共用 workflow 檔案路徑
CI / 程式碼審查 (pull_request) Successful in 1s

This commit is contained in:
2026-06-25 06:11:48 +00:00
parent 094a267a49
commit 057839d868
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs:
cd:
name: 發布專案
uses: https://gitea.jsc.idv.tw/workflows/cd/action.yaml@master
uses: https://gitea.jsc.idv.tw/workflows/cd/.gitea/workflows/action.yaml@master
with:
CALCULATE_VERSION: ${{ vars.ACTION_CALCULATE_VERSION }}
RELEASE_VERSION: ${{ vars.ACTION_RELEASE_VERSION }}
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs:
ci:
name: 程式碼審查
uses: https://gitea.jsc.idv.tw/workflows/ci/action.yaml@master
uses: https://gitea.jsc.idv.tw/workflows/ci/.gitea/workflows/action.yaml@master
with:
CODE_REVIEW_VERSION: ${{ vars.ACTION_CODE_REVIEW_VERSION }}
CODE_REVIEW_TOOL: ${{ vars.CODE_REVIEW_TYPE }}