From 592319c4c2856aa50fd14325db712507f89d07da Mon Sep 17 00:00:00 2001 From: Long Lam <31355535+eemperor@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:26:15 -0400 Subject: [PATCH] Add space so Windows can process map --- .github/workflows/test-terrafirm-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-terrafirm-integration.yml b/.github/workflows/test-terrafirm-integration.yml index 9eec999..ee27ee5 100644 --- a/.github/workflows/test-terrafirm-integration.yml +++ b/.github/workflows/test-terrafirm-integration.yml @@ -51,7 +51,7 @@ jobs: TF_VAR_codebuild_id: ${{ github.run_id }}-${{ github.run_attempt }} TF_VAR_common_args: ${{ inputs.watchmaker-common-args }} TF_VAR_user_formulas: >- - {"${{ github.event.repository.name }}":"${{ inputs.formula-archive-url || format('https://github.com/{0}/archive/refs/heads/{1}.zip', github.event.pull_request.head.repo.full_name || github.repository, github.event.pull_request.head.ref || github.ref_name) }}"} + {"${{ github.event.repository.name }}": "${{ inputs.formula-archive-url || format('https://github.com/{0}/archive/refs/heads/{1}.zip', github.event.pull_request.head.repo.full_name || github.repository, github.event.pull_request.head.ref || github.ref_name) }}"} TF_VAR_git_ref: ${{ inputs.watchmaker-git-ref || 'main' }} TF_VAR_git_repo: ${{ inputs.watchmaker-git-url || 'https://github.com/plus3it/watchmaker.git' }} TF_VAR_source_builds: '["${{ inputs.source-build }}"]'