Skip to content

Commit f9f7e36

Browse files
authored
Merge pull request #43 from UMLCloudComputing/patchci
patch(ci): fix cannot find submodule update script
2 parents 4777e9e + f1178ba commit f9f7e36

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: ./submodule-update.sh
20+
run: $GITHUB_WORKSPACE/submodule-update.sh
2121

2222
- name: Configure Git
2323
run: |

0 commit comments

Comments
 (0)