Skip to content

Commit

Permalink
chore: log inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Apr 18, 2024
1 parent 3870651 commit 69bd37e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 69bd37e

Please sign in to comment.