Skip to content

Commit e4f34bf

Browse files
authored
chore: use github actions account to push changes to other branches (#2505)
1 parent 9aa1304 commit e4f34bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/push-event.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
- name: Hydrate and Update Version
5151
id: android-version
5252
run: |
53-
git config --global user.name "${{ github.workflow }}"
54-
git config --global user.email "gh-actions@${{ github.repository_owner }}"
53+
git config --global user.name "github-actions[bot]"
54+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
5555
5656
git clone --branch=version https://${{ github.repository_owner }}:${{ github.token }}@github.com/${{ github.repository }} version
5757
cd version
@@ -118,8 +118,8 @@ jobs:
118118

119119
- name: Upload APK/AAB's to apk branch
120120
run: |
121-
git config --global user.name "${{ github.workflow }}"
122-
git config --global user.email "gh-actions@${{ github.repository_owner }}"
121+
git config --global user.name "github-actions[bot]"
122+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
123123
124124
git clone --branch=apk https://${{ github.repository_owner }}:${{ github.token }}@github.com/${{ github.repository }} apk
125125
cd apk
@@ -160,4 +160,4 @@ jobs:
160160
with:
161161
version: ${{ steps.android-version.outputs.VERSION_NAME }}
162162
name: 'PSLab Version ${{ steps.android-version.outputs.VERSION_NAME }}'
163-
tag: 'v${{ steps.android-version.outputs.VERSION_NAME }}'
163+
tag: 'v${{ steps.android-version.outputs.VERSION_NAME }}'

0 commit comments

Comments
 (0)