From e389b6dc67cbef2fc90381069f025738b2739765 Mon Sep 17 00:00:00 2001 From: Anna Shcherbak Date: Wed, 5 Feb 2025 18:42:04 +0000 Subject: [PATCH] test --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 90e65dc06..aeec5b8c9 100755 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Checkout ecc-actions - run: git clone -b main "https://git:$PROJECT_TOKEN@git.epam.com/epmc-sec/cloudlab/cloud_custodian/ecc-actions.git" ecc-actions + run: git clone -b upd_ci_os "https://git:$PROJECT_TOKEN@git.epam.com/epmc-sec/cloudlab/cloud_custodian/ecc-actions.git" ecc-actions env: PROJECT_TOKEN: ${{ secrets.ECC_CHANGELOG_ACTION }} - uses: ./ecc-actions/flight-test-dependencies