File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 108
108
NODE_OPTIONS : --max-old-space-size=16384
109
109
BRANCH : ${{ github.ref_name }}
110
110
CARDANO_MAINNET_URL : ${{ github.event.inputs.cardano_mainnet_url || 'dev-mainnet.lw.iog.io' }}
111
- CARDANO_PREPROD_URL : ${{ github.event.inputs.cardano_preprod_url || 'cardano_preprod_url ' }}
111
+ CARDANO_PREPROD_URL : ${{ github.event.inputs.cardano_preprod_url || 'dev-preprod.lw.iog.io ' }}
112
112
CARDANO_PREVIEW_URL : ${{ github.event.inputs.cardano_preview_url || 'dev-preview.lw.iog.io' }}
113
- BUILD_ARTIFACT_NAME : lace-${{ github.event.inputs.cardano_preprod_url || 'cardano_preprod_url ' }}-${{ github.sha }}
113
+ BUILD_ARTIFACT_NAME : lace-${{ github.event.inputs.cardano_preprod_url || 'dev-preprod.lw.iog.io ' }}-${{ github.sha }}
114
114
115
115
jobs :
116
116
setup :
You can’t perform that action at this time.
0 commit comments