From 61f4b4ab4980c6fd710d2795949f23726c3c015e Mon Sep 17 00:00:00 2001 From: Yuta Matsumura Date: Tue, 18 Jul 2023 23:16:38 +0900 Subject: [PATCH] update github-pull-request-creation.yml --- .github/workflows/github-pull-request-creation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pull-request-creation.yml b/.github/workflows/github-pull-request-creation.yml index a414cd8..e2dbce3 100644 --- a/.github/workflows/github-pull-request-creation.yml +++ b/.github/workflows/github-pull-request-creation.yml @@ -19,7 +19,7 @@ jobs: run: | gh pr create \ --base ${{ inputs.branch-name }} \ - --title $TITLE \ + --title "$TITLE" \ --body "" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}