From cf0087f9d91f895e9d387441effd7512b3058fb5 Mon Sep 17 00:00:00 2001 From: Rafael Matias Date: Wed, 15 Jan 2025 16:26:33 +0100 Subject: [PATCH] fix(ci): make comma separated matrix values work (#27) --- .github/workflows/hive-devnet-5.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hive-devnet-5.yaml b/.github/workflows/hive-devnet-5.yaml index 3f7fa8c..900509c 100644 --- a/.github/workflows/hive-devnet-5.yaml +++ b/.github/workflows/hive-devnet-5.yaml @@ -8,11 +8,11 @@ on: inputs: client: type: string - default: go-ethereum, besu, reth, nethermind, erigon + default: '"go-ethereum","besu","reth","nethermind","erigon"' description: Comma-separated list of clients to test .e.g go-ethereum, besu, reth, nethermind, erigon simulator: type: string - default: ethereum/rpc-compat, ethereum/eest/consume-engine, ethereum/eest/consume-rlp + default: '"ethereum/rpc-compat","ethereum/eest/consume-engine","ethereum/eest/consume-rlp"' description: Comma-separated list of simulators to test .e.g ethereum/rpc-compat, ethereum/eest/consume-engine, ethereum/eest/consume-rlp geth_version: type: string