Skip to content

Commit e570f66

Browse files
hotfix: pr title starts with post/, not posts/
Signed-off-by: Tsung-Ju Lii <[email protected]>
1 parent cb8b77e commit e570f66

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/create_new_post_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
token: ${{ secrets.GITHUB_TOKEN }}
3838
branch: ${{ steps.get_name.outputs.branch_name }}
3939
base: main
40-
title: posts/${{ steps.get_name.outputs.branch_name }}
40+
title: post/${{ steps.get_name.outputs.branch_name }}
4141
body-path: '${{ github.workspace }}/.github/PULL_REQUEST_TEMPLATE/post.md'
4242
labels: 'post'

drafts/make-new-post-via-github-pull-request

Whitespace-only changes.

0 commit comments

Comments
 (0)