FIX: Merge minify.

This commit is contained in:
MajorDroolz
2022-12-20 03:21:27 -05:00
parent c774126cc0
commit dc5d419cc5

View File

@@ -31,5 +31,7 @@ jobs:
git config --global user.email "you@example.com" git config --global user.email "you@example.com"
git config --global user.name "Your Name" git config --global user.name "Your Name"
git commit -am "STUFF" git commit -am "STUFF"
- run: git push -f - run: |
git push --set-upstream origin temp
git push -f
- run: gh pr create --title "Pull request title" --body "Pull request body" --base "build" - run: gh pr create --title "Pull request title" --body "Pull request body" --base "build"