diff --git a/.github/workflows/minify.yml b/.github/workflows/minify.yml index a651fc3..7fdffe4 100644 --- a/.github/workflows/minify.yml +++ b/.github/workflows/minify.yml @@ -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"