From 07c5c074c2cdbe299cc7f89ada89e6c3b7d77226 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Wed, 02 Nov 2022 07:00:46 +0000 Subject: [PATCH] fix node-only-update --- --- a/.github/workflows/node-only-update.yml +++ b/.github/workflows/node-only-update.yml @@ -37,9 +37,9 @@ id: create_matrix with: matrix: | - network {opal}, mainnet_branch {${{ env.OPAL_MAINNET_TAG }}} - network {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}} - network {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}} + network {opal}, mainnet_branch {${{ env.OPAL_MAINNET_BRANCH }}} + network {quartz}, mainnet_branch {${{ env.QUARTZ_MAINNET_BRANCH }}} + network {unique}, mainnet_branch {${{ env.UNIQUE_MAINNET_BRANCH }}} -- gitstuff