workflow: change commit author to github-actions[bot]

This commit is contained in:
Haowei Wen 2021-07-25 03:09:32 +08:00 committed by GitHub
parent 8e52c37ecc
commit 07a55b76c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,8 +40,8 @@ jobs:
asset_name='${{ github.event.release.assets[0].name }}'
cd ~/deploy
git config --local user.name "authlib-injector Deploy Bot"
git config --local user.email "authlib-injector-deploy-bot@yushi.moe"
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
mkdir -p "artifact/$build_number"
wget -O "artifact/$build_number/$asset_name" '${{ github.event.release.assets[0].browser_download_url }}'