diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index b795d75..c8ea83a 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -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 }} diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 0d3c8d1..8228d11 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 }}