Fix rococo naming (#785)

This commit is contained in:
Chevdor
2021-11-22 16:40:54 +01:00
committed by GitHub
parent 3285c31a24
commit fc143ed68d
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
runtime: ["shell", "statemine", "statemint", "westmint", "rococo"]
runtime: ["shell", "statemine", "statemint", "westmint", "rococo-parachain"]
steps:
- name: Checkout sources
uses: actions/checkout@v2
@@ -117,7 +117,7 @@ jobs:
WESTMINT_DIGEST: ${{ github.workspace}}/westmint-srtool-json/westmint_srtool_output.json
STATEMINE_DIGEST: ${{ github.workspace}}/statemine-srtool-json/statemine_srtool_output.json
STATEMINT_DIGEST: ${{ github.workspace}}/statemint-srtool-json/statemint_srtool_output.json
ROCOCO_DIGEST: ${{ github.workspace}}/rococo-srtool-json/rococo_srtool_output.json
ROCOCO_DIGEST: ${{ github.workspace}}/rococo-parachain-srtool-json/rococo-parachain_srtool_output.json
REF1: ${{ github.event.inputs.ref1 }}
REF2: ${{ github.event.inputs.ref2 }}
PRE_RELEASE: ${{ github.event.inputs.pre_release }}
@@ -154,7 +154,7 @@ jobs:
RUNTIME_DIR: polkadot-parachains
strategy:
matrix:
runtime: ["shell", "statemine", "statemint", "westmint", "rococo"]
runtime: ["shell", "statemine", "statemint", "westmint", "rococo-parachain"]
steps:
- name: Checkout sources
uses: actions/checkout@v2