Skip to content

Commit 60c3f8e

Browse files
authored
Update action.yml
1 parent 0a6221b commit 60c3f8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/auto-commit/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ runs:
6868
PR_BODY="This PR was created automatically by a GitHub Action.
6969
7070
Target PR (this PR will be merged into): <https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}>"
71+
7172
# Create the PR and capture its URL
7273
gh pr create --base "$BASE_BRANCH" --head "$NEW_PR_BRANCH" --title "Automated PR: $COMMIT_MESSAGE" --body "$PR_BODY"
7374

0 commit comments

Comments
 (0)