git.delta.rocks / unique-network / refs/commits / a9fae34e20b8

difftreelog

changes for fork

Konstantin Astakhov2022-08-15parent: #edec42a.patch.diff
in: master

1 file changed

modified.github/workflows/fork-update-withdata.ymldiffbeforeafterboth
1name: Forkless Parachain update with no data1name: Fork Parachain update with data
22
3# Controls when the action will run.3# Controls when the action will run.
4on:4on:
45 uses: fabiocaccamo/create-matrix-action@v245 uses: fabiocaccamo/create-matrix-action@v2
46 id: create_matrix46 id: create_matrix
47 with:47 with:
48 matrix: |48 matrix: |
49 network {Opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.OPAL_MAINNET_TAG }}}, fork_from_address {wss://eu-ws-quartz.unique.network:443}49 network {Opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.OPAL_MAINNET_TAG }}}, fork_from_address {}
50 network {Quartz}, runtime {quartz}, features {quartz-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}, fork_from_address {wss://eu-ws-quartz.unique.network:443}50 network {Quartz}, runtime {quartz}, features {quartz-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}, fork_from_address {wss://eu-ws-quartz.unique.network:443}
51 network {Unique}, runtime {unique}, features {unique-runtime}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}, fork_from_address {wss://eu-ws-quartz.unique.network:443}51 network {Unique}, runtime {unique}, features {unique-runtime}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}, fork_from_address {wss://eu-ws.unique.network:443}
5252
5353
5454