Skip to content

Commit

Permalink
👍 recursiveが不要なことが自明なのでActionsでのsubmodule更新を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yamaji committed Nov 8, 2024
1 parent 1715eb6 commit 6ee757d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
submodules: recursice
- name: Update submodules
id: update
run: git submodule update --remote --recursive
run: git submodule update --remote --init
- name: Run git status
id: status
run: echo "{status}={$(git status -s)} >> $GITHUB_OUTPUT"
Expand Down

0 comments on commit 6ee757d

Please sign in to comment.