Skip to content

Commit f08430a

Browse files
authored
Add commit message and branch options to PR action
1 parent 9e5622d commit f08430a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ jobs:
2525
uses: peter-evans/create-pull-request@v4
2626
with:
2727
title: Automatic Update
28+
branch: create-pull-request/patch
29+
commit-message: "chore: automatic update"
30+
delete-branch: true

0 commit comments

Comments
 (0)