FIX: Merge minify.

This commit is contained in:
MajorDroolz
2022-12-20 03:25:30 -05:00
parent 28fb447c6c
commit ed9f766a41

View File

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