From 3a2a912d87694c71f5389ee3ae1b9f0aa5e3f987 Mon Sep 17 00:00:00 2001 From: Megha Vaswani <128133837+megha-66@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:56:15 +0530 Subject: [PATCH] Update action.yml --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c9769c0..edbb947 100644 --- a/action.yml +++ b/action.yml @@ -6,6 +6,10 @@ inputs: required: true default: false type: boolean + mirrorNodePort : + description : 'Port for Mirror Node' + required: false + default : '8080' outputs: accountId: description: "Hedera account id for a new account" @@ -73,7 +77,7 @@ runs: shell: bash run: | solo mirror-node deploy - kubectl port-forward svc/fullstack-deployment-hedera-explorer -n solo-test 8080:80 & + kubectl port-forward svc/fullstack-deployment-hedera-explorer -n solo-test ${{ inputs.mirrorNodePort }}:80 & - name: Create account id: create-account