Skip to content

Commit 12e8a06

Browse files
authored
Merge pull request #11 from tsgcpp/feature/fix-pr-title
fix: PR title and branch
2 parents 8b646a1 + 6e60ade commit 12e8a06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-localization.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
env:
77
KEY_JSON_PATH: 'SecretCache/UnityLocalizationExtension/service-account-key.json'
88
BASE_BRANCH: ${{ github.ref_name }}
9-
HEAD_BRANCH: ${{ github.ref_name }}-update
9+
HEAD_BRANCH: update_stringtablecollection-${{ github.ref_name }}
1010

1111
jobs:
1212
pull-localization-tables:
@@ -85,7 +85,7 @@ jobs:
8585
PR_URL=$(gh pr create \
8686
--base "${{ env.BASE_BRANCH }}" \
8787
--head "${{ env.HEAD_BRANCH }}" \
88-
--title "${{ steps.commit.outputs.title }}" \
88+
--title "[CI] ${{ steps.commit.outputs.title }}" \
8989
--body "" \
9090
)
9191

0 commit comments

Comments
 (0)