git.delta.rocks / unique-network / refs/commits / 07c5c074c2cd

difftreelog

fix node-only-update

Konstantin Astakhov2022-11-02parent: #ea1b054.patch.diff
in: master

1 file changed

modified.github/workflows/node-only-update.ymldiffbeforeafterboth
36 uses: CertainLach/create-matrix-action@v336 uses: CertainLach/create-matrix-action@v3
37 id: create_matrix37 id: create_matrix
38 with:38 with:
39 matrix: |39 matrix: |
40 network {opal}, mainnet_branch {${{ env.OPAL_MAINNET_TAG }}}40 network {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}}
41 network {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}41 network {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}}
42 network {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}42 network {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}}
4343
4444
4545