From 85ff7847c695a2719d573f231b4dbac30da39ebe Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Wed, 23 Dec 2020 16:36:35 +0000 Subject: [PATCH] quote --- .github/workflows/TestBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TestBuild.yml b/.github/workflows/TestBuild.yml index 7d2865ed3..070f90ff8 100644 --- a/.github/workflows/TestBuild.yml +++ b/.github/workflows/TestBuild.yml @@ -56,7 +56,7 @@ jobs: github.request('POST /repos/{owner}/{repo}/pulls', { owner: "hacs", repo: "integration", - title: ${{ steps.info.outputs.title }}, + title: "${{ steps.info.outputs.title }}", head: 'frontend/${{ steps.info.outputs.version }}', base: 'origin/main' })