From 1bdd04330b9edca85247b41311964a1bb7dc12c6 Mon Sep 17 00:00:00 2001 From: dan moore Date: Wed, 10 Apr 2024 10:25:50 -0500 Subject: [PATCH] fix: commit sha again --- .github/workflows/regression-test-auto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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