From 4b8e1335bc21589d741529bdbca043ec9584ff6b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 27 Apr 2021 13:45:58 +0200 Subject: [PATCH] Fix " on build pipeline (#49756) --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 904e70de1f8..f34b3a64677 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -174,7 +174,7 @@ jobs: --target /data/machine \ --with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" "${{ secrets.VCN_ORG }}" \ --validate-from "${{ secrets.VCN_ORG }}" \ - --machine "${{ needs.init.outputs.version }}=${{ matrix.machine }}"" + --machine "${{ needs.init.outputs.version }}=${{ matrix.machine }}" publish_ha: name: Publish version files