0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-03 09:25:19 +00:00

优化更新流程

This commit is contained in:
firedcto@gmail.com 2024-11-15 21:36:18 +08:00
parent 025f82c652
commit 97301c629d

View File

@ -16,7 +16,9 @@ jobs:
git config --global user.name "ok-oldking" git config --global user.name "ok-oldking"
- name: Checkout source repository - name: Checkout source repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with:
token: ${{ secrets.OK_GH }}
- name: Add destination repository as a remote - name: Add destination repository as a remote
run: | run: |