Skip to content

Commit 7e150ae

Browse files
authored
Merge pull request #45 from UMLCloudComputing/patchci3
chore: Make submodule update script executable
2 parents 9575422 + 4c99ff3 commit 7e150ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/submodule.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
with:
1717
submodules: true # Fetches submodules
1818

19+
- name: Make submodule update script executable
20+
run: chmod +x ./submodules_automation.sh
21+
1922
- name: Run submodule update script
2023
run: ./submodules_automation.sh
2124

0 commit comments

Comments
 (0)