FIX: Merge minify.

This commit is contained in:
MajorDroolz
2022-12-20 03:22:20 -05:00
parent dc5d419cc5
commit 05dee3e769

View File

@@ -32,6 +32,5 @@ jobs:
git config --global user.name "Your Name" git config --global user.name "Your Name"
git commit -am "STUFF" git commit -am "STUFF"
- run: | - run: |
git push --set-upstream origin temp git push -f --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"