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
|
# Push changes to `build` branch
|
||||||
- run: |
|
- run: |
|
||||||
git config user.name MajorDroolz
|
git config user.name ${{github.actor}}
|
||||||
git config user.email MajorDroolz@user.noreply.github.com
|
git config user.email ${{github.actor}}@user.noreply.github.com
|
||||||
git commit -am 'Automated minify of ${{ github.sha }}'
|
git commit -am 'Automated minify of ${{ github.sha }}'
|
||||||
git push --force -u origin main:build
|
git push --force -u origin main:build
|
||||||
|
|||||||
Reference in New Issue
Block a user