Skip to content

Commit e841b58

Browse files
committed
Fix ENABLED_SERVICES
1 parent 7fa4136 commit e841b58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
if [[ "${{ inputs.enabled_services }}" != "" ]]; then
4444
ENABLED_SERVICES+=",${{ inputs.enabled_services }}"
4545
fi
46-
echo "${ENABLED_SERVICES}" >> local.conf
46+
echo "ENABLED_SERVICES+=${ENABLED_SERVICES}" >> local.conf
4747
working-directory: ./devstack
4848
shell: bash
4949
- name: Run devstack

0 commit comments

Comments
 (0)