mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
quote github output
This commit is contained in:
parent
62893b52ff
commit
01bde3e7c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/packaging_jobs.yml
vendored
2
.github/workflows/packaging_jobs.yml
vendored
|
|
@ -116,7 +116,7 @@ jobs:
|
|||
- id: set-matrix
|
||||
run: |
|
||||
DNS_NAMES=$(echo certbot-dns-* | jq -R -s -c 'split(" ")[:-1]')
|
||||
echo 'dns-dirs='$DNS_NAMES >> $GITHUB_OUTPUT
|
||||
echo 'dns-dirs='$DNS_NAMES >> "$GITHUB_OUTPUT"
|
||||
gha_build_dns:
|
||||
name: Build ${{ matrix.build-for }} snap
|
||||
needs: generate_dns_list_matrix
|
||||
|
|
|
|||
Loading…
Reference in a new issue