From 1aa258298b978512496ed3499a761674f52c49c8 Mon Sep 17 00:00:00 2001 From: Rustam Tagaev Date: Thu, 6 Feb 2025 13:54:38 +0300 Subject: [PATCH] [DO-1579] change url for checkout to mirrors host --- .gitea/workflows/check-license.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/check-license.yml b/.gitea/workflows/check-license.yml index 113054b..cc28722 100644 --- a/.gitea/workflows/check-license.yml +++ b/.gitea/workflows/check-license.yml @@ -21,7 +21,7 @@ jobs: - run: echo "Start job on ${{ runner.name }} with os ${{ runner.os }}" - run: echo "Work with branch ${{ gitea.ref }} repository ${{ gitea.repository }}" - 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: fetch-depth: 0 # for work tj-actions/changed-files persist-credentials: false # for work tj-actions/changed-files