From 69bd37e0cf216f1c441732b254fa4feaae890830 Mon Sep 17 00:00:00 2001 From: leovct Date: Thu, 18 Apr 2024 09:46:40 +0200 Subject: [PATCH] chore: log inputs --- .github/workflows/regression-tests.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index 26bb81d5..87b6418f 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -27,6 +27,15 @@ jobs: regression-tests: runs-on: ubuntu-latest steps: + - name: Log inputs + run: | + echo "zkevm_agglayer_commit_id: ${{ github.event.inputs.zkevm_agglayer_commit_id }}" + echo "zkevm_bridge_service_commit_id: ${{ github.event.inputs.zkevm_bridge_service_commit_id }}" + echo "zkevm_bridge_ui_commit_id: ${{ github.event.inputs.zkevm_bridge_ui_commit_id }}" + echo "zkevm_dac_commit_id: ${{ github.event.inputs.zkevm_dac_commit_id }}" + echo "zkevm_node_commit_id: ${{ github.event.inputs.zkevm_node_commit_id }}" + echo "bake_time: ${{ github.event.inputs.bake_time }}" + - uses: actions/checkout@v2 - uses: docker/setup-buildx-action@v1