File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ jobs:
236
236
instance_family : ${{ inputs.instance_family || github.event.inputs.instance_family || 'm8g.24xlarge' }}
237
237
ref : ${{ needs.patch.outputs.branch_name }}
238
238
tag : ${{ needs.patch.outputs.tag }}
239
- block_number : ${{ inputs.benchmark_block_number || github.event.inputs.benchmark_block_number || 21000000 }}
239
+ block_number : ${{ fromJSON( inputs.benchmark_block_number || github.event.inputs.benchmark_block_number || ' 21000000') }}
240
240
profiling : none
241
241
secrets : inherit
242
242
@@ -249,7 +249,7 @@ jobs:
249
249
instance_family : ${{ inputs.instance_family || github.event.inputs.instance_family || 'm8g.24xlarge' }}
250
250
ref : ${{ needs.patch.outputs.branch_name }}
251
251
tag : ${{ needs.patch.outputs.tag }}
252
- block_number : ${{ inputs.benchmark_block_number || github.event.inputs.benchmark_block_number || 21000000 }}
252
+ block_number : ${{ fromJSON( inputs.benchmark_block_number || github.event.inputs.benchmark_block_number || ' 21000000') }}
253
253
profiling : host
254
254
secrets : inherit
255
255
@@ -262,7 +262,7 @@ jobs:
262
262
instance_family : ${{ inputs.instance_family || github.event.inputs.instance_family || 'm8g.24xlarge' }}
263
263
ref : ${{ needs.patch.outputs.branch_name }}
264
264
tag : ${{ needs.patch.outputs.tag }}
265
- block_number : ${{ inputs.benchmark_block_number || github.event.inputs.benchmark_block_number || 21000000 }}
265
+ block_number : ${{ fromJSON( inputs.benchmark_block_number || github.event.inputs.benchmark_block_number || ' 21000000') }}
266
266
profiling : guest
267
267
secrets : inherit
268
268
You can’t perform that action at this time.
0 commit comments