Skip to content

Commit

Permalink
Merge pull request #20 from mandre/conf-overrides
Browse files Browse the repository at this point in the history
Don't require to shell-escape conf_overrides
  • Loading branch information
EmilienM authored Mar 12, 2024
2 parents c41f86d + 81537f2 commit 5fa6a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ runs:
echo "ENABLED_SERVICES+=${ENABLED_SERVICES}" >> local.conf
# This must stay at the end to allow any overrides
if [[ "${{ inputs.conf_overrides }}" != "" ]]; then
echo "${{ inputs.conf_overrides }}" >> local.conf
fi
cat << EOF_CONF_OVERRIDES >> local.conf
${{ inputs.conf_overrides }}
EOF_CONF_OVERRIDES
working-directory: ./devstack
shell: bash
- name: Run devstack
Expand Down

0 comments on commit 5fa6a4e

Please sign in to comment.