We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e51416 commit 6b9725dCopy full SHA for 6b9725d
.github/workflows/create_new_post_pr.yaml
@@ -25,6 +25,7 @@ jobs:
25
branch_name=$(echo "${{ github.event.inputs.name }}" | tr '[:upper:]' '[:lower:]' | tr ' ' '-')
26
echo "Branch name: ${branch_name}"
27
git checkout -b "$branch_name"
28
+ git commit --allow-empty -m "create PR from branch ${branch_name}"
29
git push origin "$branch_name"
30
echo "branch_name=$branch_name" >> $GITHUB_OUTPUT
31
0 commit comments