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 c41f86d + 81537f2 commit 5fa6a4eCopy full SHA for 5fa6a4e
action.yaml
@@ -81,9 +81,9 @@ runs:
81
echo "ENABLED_SERVICES+=${ENABLED_SERVICES}" >> local.conf
82
83
# This must stay at the end to allow any overrides
84
- if [[ "${{ inputs.conf_overrides }}" != "" ]]; then
85
- echo "${{ inputs.conf_overrides }}" >> local.conf
86
- fi
+ cat << EOF_CONF_OVERRIDES >> local.conf
+ ${{ inputs.conf_overrides }}
+ EOF_CONF_OVERRIDES
87
working-directory: ./devstack
88
shell: bash
89
- name: Run devstack
0 commit comments