mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
echo quotes
This commit is contained in:
parent
3ee6c5b7ea
commit
09ddd63cf7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/packaging_jobs.yml
vendored
2
.github/workflows/packaging_jobs.yml
vendored
|
|
@ -118,7 +118,7 @@ jobs:
|
|||
tools/snap/generate_dnsplugins_all.sh
|
||||
DNS_NAMES=$(echo certbot-dns-* | jq -R -s -c 'split(" ")[:-1]')
|
||||
MATRIX_PARAMS_COMBINATIONS='
|
||||
"dns-dir": $DNS_NAMES,
|
||||
"dns-dir": '$DNS_NAMES',
|
||||
{"build-for": "arm64", "build-on": "ubuntu-24.04-arm"},
|
||||
{"build-for": "amd64", "build-on": "ubuntu-24.04"},
|
||||
'
|
||||
|
|
|
|||
Loading…
Reference in a new issue