From 24f7bce5cb59a1f308dc28992ca1012c2bc55d8b Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Wed, 19 Oct 2022 12:14:22 +0800 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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