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:
parent
fd7b5d085e
commit
e1343e59d2
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -11,7 +11,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source repository
|
- name: Checkout source repository
|
||||||
uses: actions/checkout@v2
|
run: |
|
||||||
|
git clone https://github.com/ok-oldking/ok-wuthering-waves.git
|
||||||
|
cd ok-wuthering-waves
|
||||||
|
|
||||||
- name: Configure git
|
- name: Configure git
|
||||||
run: |
|
run: |
|
||||||
@ -21,5 +23,8 @@ jobs:
|
|||||||
- name: Add destination repository as a remote
|
- name: Add destination repository as a remote
|
||||||
run: |
|
run: |
|
||||||
git remote add ghupdate https://ok-oldking:${{ secrets.OK_GH }}@github.com/ok-oldking/ok-ww-update.git
|
git remote add ghupdate https://ok-oldking:${{ secrets.OK_GH }}@github.com/ok-oldking/ok-ww-update.git
|
||||||
|
|
||||||
|
- name: push
|
||||||
|
run: |
|
||||||
git push ghupdate --force
|
git push ghupdate --force
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user