Skip to content

Commit a4f874c

Browse files
chore: create empty commit
1 parent 2e51416 commit a4f874c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create_new_post_pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
branch_name=$(echo "${{ github.event.inputs.name }}" | tr '[:upper:]' '[:lower:]' | tr ' ' '-')
2626
echo "Branch name: ${branch_name}"
2727
git checkout -b "$branch_name"
28+
git commit --allow-empty -m "create PR from branch ${branch_name}"
2829
git push origin "$branch_name"
2930
echo "branch_name=$branch_name" >> $GITHUB_OUTPUT
3031

0 commit comments

Comments
 (0)