FIX: minify workflow.
This commit is contained in:
4
.github/workflows/minify.yml
vendored
4
.github/workflows/minify.yml
vendored
@@ -29,5 +29,5 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
git config user.name ${{github.actor}}
|
git config user.name ${{github.actor}}
|
||||||
git config user.email ${{github.actor}}@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 build
|
||||||
|
|||||||
Reference in New Issue
Block a user