Change git commit user to @actions-user

This commit is contained in:
loyalsoldier 2020-06-22 17:58:55 +08:00
parent 992b02fa83
commit 1e0bafc21f
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90

View File

@ -167,8 +167,8 @@ jobs:
run: | run: |
cd publish cd publish
git init git init
git config --local user.name "${{ github.actor }}" git config --local user.name "actions"
git config --local user.email "${{ github.actor }}@users.noreply.github.com" git config --local user.email "action@github.com"
git checkout -b release git checkout -b release
git add . git add .
git commit -m "${{ env.RELEASE_NAME }}" git commit -m "${{ env.RELEASE_NAME }}"