difftreelog
escaping for values in execution matrix
in: master
2 files changed
.github/workflows/fork-update-withdata.ymldiffbeforeafterboth46 uses: fabiocaccamo/create-matrix-action@v246 uses: fabiocaccamo/create-matrix-action@v247 id: create_matrix47 id: create_matrix48 with:48 with:49 matrix: |49 matrix: |50 network {Opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.OPAL_MAINNET_TAG }}}, fork_from_address {wss://eu-ws-opal.unique.network:443}50 network {Opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.OPAL_MAINNET_TAG }}}, fork_from_address {'wss://eu-ws-opal.unique.network:443'}51 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 {Quartz}, runtime {quartz}, features {quartz-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}, fork_from_address {'wss://eu-ws-quartz.unique.network:443'}52 network {Unique}, runtime {unique}, features {unique-runtime}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}, fork_from_address {wss://eu-ws.unique.network:443}52 network {Unique}, runtime {unique}, features {unique-runtime}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}, fork_from_address {'wss://eu-ws.unique.network:443'}535354545555.github/workflows/try-runtime.ymldiffbeforeafterboth63 uses: fabiocaccamo/create-matrix-action@v263 uses: fabiocaccamo/create-matrix-action@v264 id: create_matrix64 id: create_matrix65 with:65 with:66 matrix: |66 matrix: |67 network {Opal}, features {opal-runtime}, fork_from_address {wss://eu-ws-opal.unique.network:443}67 network {Opal}, features {opal-runtime}, fork_from_address {'wss://eu-ws-opal.unique.network:443'}68 network {Quartz}, features {quartz-runtime}, fork_from_address {wss://eu-ws-quartz.unique.network:443}68 network {Quartz}, features {quartz-runtime}, fork_from_address {'wss://eu-ws-quartz.unique.network:443'}69 network {Unique}, features {unique-runtime}, fork_from_address {wss://eu-ws.unique.network:443}69 network {Unique}, features {unique-runtime}, fork_from_address {'wss://eu-ws.unique.network:443'}707071717272