This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user