We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafa10d commit feeb667Copy full SHA for feeb667
1 file changed
action.yml
@@ -96,7 +96,7 @@ runs:
96
- name: Update submodule
97
shell: bash
98
run: |
99
- git submodule update --remote "plugins/${{ inputs.plugin-name }}"
+ git submodule update --init --remote "plugins/${{ inputs.plugin-name }}"
100
git add "plugins/${{ inputs.plugin-name }}"
101
102
- name: Check for changes
0 commit comments