From 5ec85c9fee2c882cdb8d5a4bc1dd6feaa57d8c42 Mon Sep 17 00:00:00 2001 From: "firedcto@gmail.com" Date: Fri, 15 Nov 2024 21:27:07 +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/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1fd1270..4366a07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,19 +7,19 @@ on: jobs: sync-and-push: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - - name: Checkout source repository - run: | - git clone https://github.com/ok-oldking/ok-wuthering-waves.git - cd ok-wuthering-waves - - name: Configure git run: | git config --global user.email "ok-oldking@users.noreply.github.com" git config --global user.name "ok-oldking" + - name: Checkout source repository + run: | + git clone https://github.com/ok-oldking/ok-wuthering-waves.git + cd ok-wuthering-waves + - name: Add destination repository as a remote run: | git remote add ghupdate https://ok-oldking:${{ secrets.OK_GH }}@github.com/ok-oldking/ok-ww-update.git