FIX: commit creator.
This commit is contained in:
4
.github/workflows/minify.yml
vendored
4
.github/workflows/minify.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
# Push changes to `build` branch
|
||||
- run: |
|
||||
git config user.name MajorDroolz
|
||||
git config user.email MajorDroolz@user.noreply.github.com
|
||||
git config user.name ${{github.actor}}
|
||||
git config user.email ${{github.actor}}@user.noreply.github.com
|
||||
git commit -am 'Automated minify of ${{ github.sha }}'
|
||||
git push --force -u origin main:build
|
||||
|
||||
Reference in New Issue
Block a user