[DO-1579] change url for checkout to mirrors host
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- run: echo "Start job on ${{ runner.name }} with os ${{ runner.os }}"
|
- run: echo "Start job on ${{ runner.name }} with os ${{ runner.os }}"
|
||||||
- run: echo "Work with branch ${{ gitea.ref }} repository ${{ gitea.repository }}"
|
- run: echo "Work with branch ${{ gitea.ref }} repository ${{ gitea.repository }}"
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: https://gitea:${{ secrets.CI_TOKEN }}@git.avroid.tech/Mirrors/github-actions-checkout.git@v4
|
uses: https://git-mirrors.avroid.tech/Mirrors-actions/checkout.git@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # for work tj-actions/changed-files
|
fetch-depth: 0 # for work tj-actions/changed-files
|
||||||
persist-credentials: false # for work tj-actions/changed-files
|
persist-credentials: false # for work tj-actions/changed-files
|
||||||
|
|||||||
Reference in New Issue
Block a user