Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit e4669ee

Browse files
authored
Merge pull request #10 from tshion/feature/#6_brush_auto_version_up
#6 設定の調整
2 parents f4b9b05 + 1c87ff1 commit e4669ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-app-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Setup git settings
4141
run: |
42-
git config --local user.email "github.actions@example.com"
42+
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
4343
git config --local user.name "GitHub Actions"
4444
4545
- name: Git push
@@ -50,6 +50,6 @@ jobs:
5050
git push --set-upstream origin ${{ steps.app-version.outputs.branch-name }}
5151
5252
- name: Create pull request
53-
run: gh pr create --title "Update app version ${{ steps.app-version.outputs.version-name }}" --body ""
53+
run: 'gh pr create --title "アプリバージョン更新: ${{ steps.app-version.outputs.version-name }}" --body ""'
5454
env:
5555
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)