From 23c59654dddc541d337b564b3b53447b60268941 Mon Sep 17 00:00:00 2001 From: "firedcto@gmail.com" Date: Fri, 15 Nov 2024 19:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9B=B4=E6=96=B0=E6=B5=81?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd68bca..67bdd77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: - name: Push to GitHub update run: | - git remote add gitupdate https://${{ secrets.USERNAME }}:${{ secrets.PASSWORD }}github.com/ok-oldking/ok-ww-update.git + git remote add gitupdate https://${{ secrets.USERNAME }}:${{ secrets.PASSWORD }}@github.com/ok-oldking/ok-ww-update.git git push gitupdate --force env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}