From 9add94330ee56813988a396c307fc52b49ce7b2f Mon Sep 17 00:00:00 2001 From: HiromiShikata Date: Tue, 9 Jan 2024 02:32:07 +0000 Subject: [PATCH] style: re-format / npx prettier --write "**/*.{md,yaml,yml}" --- .github/workflows/create-pr.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-pr.yml b/.github/workflows/create-pr.yml index e38d368..0c9fb63 100644 --- a/.github/workflows/create-pr.yml +++ b/.github/workflows/create-pr.yml @@ -21,10 +21,10 @@ jobs: uses: repo-sync/pull-request@v2 with: github_token: ${{ secrets.GH_TOKEN }} - destination_branch: "main" - source_branch: "" - pr_title: "${{ steps.branch_name.outputs.branch }}" - pr_body: "This is an auto-create PR." + destination_branch: 'main' + source_branch: '' + pr_title: '${{ steps.branch_name.outputs.branch }}' + pr_body: 'This is an auto-create PR.' draft: false - name: Assign PR to author