diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index ae9a044860..d73ba09132 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -32,5 +32,5 @@ jobs: git config user.name "Package Update Checker" git config user.email "<>" git commit -a -m "Automatic Update by chkupdate.py" - git push origin master + git push -u origin master fi