From e593c581dfb4e65f34d8eb0326d7ee943a6928b1 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 15:14:00 +0200 Subject: [PATCH] change input node1 format --- .github/workflows/test_common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index aa48c467..c68f724e 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -4,7 +4,7 @@ name: Interop Tests Common on: workflow_call: inputs: - node_nwaku: + node1: required: true type: string description: "Node that usually publishes messages. Used for all tests"