We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa4136 commit e841b58Copy full SHA for e841b58
action.yaml
@@ -43,7 +43,7 @@ runs:
43
if [[ "${{ inputs.enabled_services }}" != "" ]]; then
44
ENABLED_SERVICES+=",${{ inputs.enabled_services }}"
45
fi
46
- echo "${ENABLED_SERVICES}" >> local.conf
+ echo "ENABLED_SERVICES+=${ENABLED_SERVICES}" >> local.conf
47
working-directory: ./devstack
48
shell: bash
49
- name: Run devstack
0 commit comments