Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
luyanci authored Mar 15, 2024
1 parent a4cbbdb commit 5b0e5e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
git config --global user.name github-actions[bot]
git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/checkout@v4
with:
submodules: rescursive
- name: Get submodules
run: |
git submodule update --init --recursive
- name: Update submodules
run: |
cd Genshin-Impact-Wish-Simulator
Expand Down

0 comments on commit 5b0e5e3

Please sign in to comment.