fix(workflows): 修正共用 workflow 檔案路徑 #1

Open
jiantw83 wants to merge 4 commits from ai-review-resolve/develop-20260625-055551 into develop
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 094a267a49 - Show all commits
+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 }}