Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
style: re-format / npx prettier --write "**/*.{md,yaml,yml}"
Browse files Browse the repository at this point in the history
  • Loading branch information
HiromiShikata authored and github-actions[bot] committed Jan 6, 2024
1 parent 1b5e833 commit b1d926f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1d926f

Please sign in to comment.