File tree 1 file changed +2
-2
lines changed
cumulus/.github/workflows
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
WESTMINT_DIGEST : ${{ github.workspace}}/westmint-srtool-json/westmint_srtool_output.json
121
121
STATEMINE_DIGEST : ${{ github.workspace}}/statemine-srtool-json/statemine_srtool_output.json
122
122
STATEMINT_DIGEST : ${{ github.workspace}}/statemint-srtool-json/statemint_srtool_output.json
123
- ROCOCO_DIGEST : ${{ github.workspace}}/rococo-parachain-srtool-json/rococo-parachain_srtool_output.json
123
+ ROCOCO_PARA_DIGEST : ${{ github.workspace}}/rococo-parachain-srtool-json/rococo-parachain_srtool_output.json
124
124
REF1 : ${{ github.event.inputs.ref1 }}
125
125
REF2 : ${{ github.event.inputs.ref2 }}
126
126
PRE_RELEASE : ${{ github.event.inputs.pre_release }}
@@ -132,7 +132,7 @@ jobs:
132
132
ls -al $WESTMINT_DIGEST
133
133
ls -al $STATEMINE_DIGEST
134
134
ls -al $STATEMINT_DIGEST
135
- ls -al $ROCOCO_DIGEST
135
+ ls -al $ROCOCO_PARA_DIGEST
136
136
137
137
echo "The diff will be computed from $REF1 to $REF2"
138
138
cd cumulus/scripts/changelog
You can’t perform that action at this time.
0 commit comments