File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 }}'
You can’t perform that action at this time.
0 commit comments