Skip to content

Commit e6f5084

Browse files
authored
Fix PR title update command in workflow
1 parent cb0b8cd commit e6f5084

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/auto-pr-title.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
BRANCH_NAME: ${{ github.head_ref }}
2020
REPOSITORY: ${{ github.repository }}
2121
TZ: Asia/Seoul
22+
2223
run: |
2324
START_DATE="2026-07-30"
2425
@@ -32,6 +33,7 @@ jobs:
3233
3334
TITLE="[$BRANCH_NAME] Day$DAY"
3435
36+
echo "Repository: $REPOSITORY"
3537
echo "PR title: $TITLE"
3638
3739
gh pr edit "$PR_NUMBER" \

0 commit comments

Comments
 (0)