diff --git a/.github/workflows/minify.yml b/.github/workflows/minify.yml index 165826f..dd1bcb9 100644 --- a/.github/workflows/minify.yml +++ b/.github/workflows/minify.yml @@ -32,6 +32,5 @@ jobs: git config --global user.name "Your Name" git commit -am "STUFF" - run: | - git push --set-upstream origin temp - git push -f + git push -f --set-upstream origin temp - run: gh pr create --title "Pull request title" --body "Pull request body" --base "build"