Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 770a635

Browse files
authored
Fix missing apostrophe (#314)
1 parent 6fc87d3 commit 770a635

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777
run: |
7878
set -x
7979
cat >> "${GITHUB_ENV}" << EOF
80-
PACKER_LOG=${{ github.event.inputs.PACKER_LOG }}"
81-
ANSIBLE_DEBUG=${{ github.event.inputs.ANSIBLE_DEBUG }}"
82-
VAGRANT_LOG=${{ github.event.inputs.VAGRANT_LOG }}"
80+
PACKER_LOG="${{ github.event.inputs.PACKER_LOG }}"
81+
ANSIBLE_DEBUG="${{ github.event.inputs.ANSIBLE_DEBUG }}"
82+
VAGRANT_LOG="${{ github.event.inputs.VAGRANT_LOG }}"
8383
EOF
8484
8585
- name: Skip image build if it already exists in Vagrant Cloud

0 commit comments

Comments
 (0)