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

Commit

Permalink
fix auto pr
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Oct 11, 2024
1 parent 13b6f42 commit 51251d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
gh pr create \
-B main \
-H "$BRANCH_NAME" \
--title "$PR_TITLE"
--title "$PR_TITLE" \
--body ""
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 51251d3

Please sign in to comment.