Skip to content

Commit

Permalink
Update update-submodules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
czyt authored Apr 18, 2024
1 parent 955d37c commit 530d2bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
repository: ${{ github.repository }}
# Authentication token setting for Github CLI
token: ${{ github.token }}

- name: Init Submodules
run: |
git submodule init
- name: Update Submodules
run: |
Expand Down

0 comments on commit 530d2bb

Please sign in to comment.