Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
megha-66 authored Oct 8, 2024
1 parent f893583 commit 3a2a912
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3a2a912

Please sign in to comment.