Skip to content

Commit

Permalink
Changed the hedera instances in the workflows to Hiero
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemeri123 committed Dec 17, 2024
1 parent aed7218 commit fadff32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Setup Hedera Solo
- name: Setup Hiero Solo
uses: ./
id: solo

- name: Validate Hedera Solo Outputs
- name: Validate Hiero Solo Outputs
run: |
if [ -z "${{ steps.solo.outputs.accountId }}" ]; then
echo "Account ID is missing!"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mirrorNode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Setup Hedera Solo
- name: Setup Hiero Solo
uses: ./
with:
installMirrorNode: true
id: solo

- name: Use Hedera Solo
- name: Use Hiero Solo
run: |
echo "Account ID: ${{ steps.solo.outputs.accountId }}"
echo "Private Key: ${{ steps.solo.outputs.privateKey }}"
Expand Down

0 comments on commit fadff32

Please sign in to comment.