Skip to content

Commit

Permalink
Merge pull request #6 from megha-66/feature/1-configurable-port
Browse files Browse the repository at this point in the history
please review this update
  • Loading branch information
hendrikebbers authored Oct 11, 2024
2 parents f893583 + 3a2a912 commit 6b3f42b
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

1 comment on commit 6b3f42b

@megha-66
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @hendrikebbers , isn't this repo a part of Hacktoberfest 2024??
Thanks for merging the PR tho :))
Image

Please sign in to comment.