diff --git a/.github/workflows/regression-test-auto.yml b/.github/workflows/regression-test-auto.yml index 938d087..536af38 100644 --- a/.github/workflows/regression-test-auto.yml +++ b/.github/workflows/regression-test-auto.yml @@ -19,8 +19,8 @@ jobs: run: | git clone https://github.com/0xPolygon/agglayer.git cd agglayer - git checkout ${{ CI_COMMIT_SHA:0:8 }} - echo 'Containerizing and testing commit: "${{ CI_COMMIT_SHA:0:8 }}"' + git checkout ${CI_COMMIT_SHA:0:8} + echo 'Containerizing and testing commit: "${CI_COMMIT_SHA:0:8}"' docker compose -f docker/docker-compose.yaml build --no-cache agglayer - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1