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.
2 parents 8b646a1 + 6e60ade commit 12e8a06Copy full SHA for 12e8a06
.github/workflows/pull-localization.yml
@@ -6,7 +6,7 @@ on:
6
env:
7
KEY_JSON_PATH: 'SecretCache/UnityLocalizationExtension/service-account-key.json'
8
BASE_BRANCH: ${{ github.ref_name }}
9
- HEAD_BRANCH: ${{ github.ref_name }}-update
+ HEAD_BRANCH: update_stringtablecollection-${{ github.ref_name }}
10
11
jobs:
12
pull-localization-tables:
@@ -85,7 +85,7 @@ jobs:
85
PR_URL=$(gh pr create \
86
--base "${{ env.BASE_BRANCH }}" \
87
--head "${{ env.HEAD_BRANCH }}" \
88
- --title "${{ steps.commit.outputs.title }}" \
+ --title "[CI] ${{ steps.commit.outputs.title }}" \
89
--body "" \
90
)
91
0 commit comments