Skip to content

Commit 7f8862c

Browse files
authored
Update submodules to latest
1 parent dbadf8a commit 7f8862c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/update-3rdparty.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,14 @@ jobs:
4545
path: src/
4646
commit-message: (autocommit) Updated IRE mapping script
4747
author: "mudlet-machine-account <mudlet-machine-account@users.noreply.github.com>"
48+
49+
update-submodules:
50+
runs-on: ubuntu-latest
51+
steps:
52+
- uses: actions/checkout@master
53+
with:
54+
ref: development
55+
56+
- name: update submodules to latest
57+
run: git submodule foreach git pull origin master
58+

0 commit comments

Comments
 (0)