Skip to content

Commit

Permalink
Terraform managed file
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrant-bot committed Nov 14, 2022
1 parent 28a3a8a commit 314ef97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/.ci-utility-files/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1581,13 +1581,13 @@ function github_repository_dispatch() {
event_type="${3}"

# shellcheck disable=SC2016
payload_template='{vagrant-ci: $vagrant_ci'
payload_template='{"vagrant-ci": $vagrant_ci'
jqargs="--arg vagrant_ci true"
for arg in "${@:4}"; do
payload_key="${arg%%=*}"
payload_value="${arg##*=}"
payload_template+=", ${payload_key}: \$${payload_key}"
jqargs+=" --arg \$${payload_key} \"${payload_value}\""
jqargs+=" --arg ${payload_key} \"${payload_value}\""
done
payload_template+="}"

Expand Down

0 comments on commit 314ef97

Please sign in to comment.