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