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

add sync repo action

This commit is contained in:
firedcto@gmail.com 2024-10-03 18:20:24 +08:00
parent 7706a88854
commit 1f81d037d3

View File

@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetch all history for all branches and tags
- name: Clone GitHub repository
run: |