0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-01 16:35:57 +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"
- name: Checkout source repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
token: ${{ secrets.OK_GH }}
- name: Add destination repository as a remote
run: |