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