Skip to content

Commit feeb667

Browse files
committed
Fix submodule init
1 parent fafa10d commit feeb667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ runs:
9696
- name: Update submodule
9797
shell: bash
9898
run: |
99-
git submodule update --remote "plugins/${{ inputs.plugin-name }}"
99+
git submodule update --init --remote "plugins/${{ inputs.plugin-name }}"
100100
git add "plugins/${{ inputs.plugin-name }}"
101101
102102
- name: Check for changes

0 commit comments

Comments
 (0)