Skip to content

Commit

Permalink
Fix 'Deploy nodes' workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickeskov committed Nov 8, 2024
1 parent 36f68fd commit 7c44e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
network: [ stagenet, testnet, mainnet ]
arch: [ "${{ github.event.inputs.arch }}" ]
uses: "./.github/workflows/deploy_node_to.yml"
uses: "./.github/workflows/deploy_node.yml"
with:
network: ${{ matrix.network }}
arch: ${{ matrix.arch }}

0 comments on commit 7c44e12

Please sign in to comment.