We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93d1b47 + e84bb74 commit 11b67a9Copy full SHA for 11b67a9
.github/workflows/stackhpc-multinode.yml
@@ -61,7 +61,8 @@ jobs:
61
neutron_plugin: ${{ inputs.neutron_plugin }}
62
upgrade: ${{ inputs.upgrade }}
63
break_on: ${{ inputs.break_on }}
64
- break_duration: ${{ inputs.break_duration }}
+ # Workaround loss of number type using fromJSON: https://github.com/orgs/community/discussions/67182
65
+ break_duration: ${{ fromJSON(inputs.break_duration) }}
66
ssh_key: ${{ inputs.ssh_key }}
67
stackhpc_kayobe_config_version: ${{ github.ref_name }}
68
# NOTE(upgrade): Reference the PREVIOUS release here.
0 commit comments