fix(workflows): 補上共用 workflow 版本參照
CI / ci (pull_request) Failing after 0s

This commit is contained in:
2026-06-25 06:00:27 +00:00
parent f24d2bc600
commit 30f5b8d6b6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on:
- master
jobs:
cd:
uses: https://gitea.jsc.idv.tw/workflows/cd/action.yaml
uses: https://gitea.jsc.idv.tw/workflows/cd/action.yaml@master
with:
CALCULATE_VERSION: ${{ vars.ACTION_CALCULATE_VERSION }}
RELEASE_VERSION: ${{ vars.ACTION_RELEASE_VERSION }}
+1 -1
View File
@@ -6,7 +6,7 @@ on:
types: [opened, synchronize]
jobs:
ci:
uses: https://gitea.jsc.idv.tw/workflows/ci/action.yaml
uses: https://gitea.jsc.idv.tw/workflows/ci/action.yaml@master
with:
CODE_REVIEW_VERSION: ${{ vars.ACTION_CODE_REVIEW_VERSION }}
CODE_REVIEW_TOOL: ${{ vars.CODE_REVIEW_TYPE }}