Skip to content

Commit

Permalink
quote
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Dec 23, 2020
1 parent 831226e commit 85ff784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TestBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
})

0 comments on commit 85ff784

Please sign in to comment.