Skip to content

Commit 9575422

Browse files
authored
Merge pull request #44 from UMLCloudComputing/patchci2
patch(ci): The name of the script was incorrect.
2 parents f9f7e36 + 1019ca7 commit 9575422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/submodule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
submodules: true # Fetches submodules
1818

1919
- name: Run submodule update script
20-
run: $GITHUB_WORKSPACE/submodule-update.sh
20+
run: ./submodules_automation.sh
2121

2222
- name: Configure Git
2323
run: |

0 commit comments

Comments
 (0)