From 1782b5fdfce7e2bd157d044a65e48fedb647417f Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 4 Dec 2024 14:58:56 +0200 Subject: [PATCH] Adding node1 as input --- .github/workflows/nim_waku_daily.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nim_waku_daily.yml b/.github/workflows/nim_waku_daily.yml index 1fbb0869..6fbc91a4 100644 --- a/.github/workflows/nim_waku_daily.yml +++ b/.github/workflows/nim_waku_daily.yml @@ -9,16 +9,16 @@ on: - cron: '0 4 * * *' workflow_dispatch: workflow_call: + inputs: + node1: + required: true + type: string jobs: test-common: uses: ./.github/workflows/test_common.yml secrets: inherit with: - node1: - required: true - description: "Node that usually publishes messages. Used for all tests" - default: "wakuorg/go-waku:latest" node2: "wakuorg/nwaku:latest" additional_nodes: "wakuorg/nwaku:latest,wakuorg/nwaku:latest,wakuorg/nwaku:latest" caller: "nim" \ No newline at end of file