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