We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbadf8a commit 7f8862cCopy full SHA for 7f8862c
1 file changed
.github/workflows/update-3rdparty.yml
@@ -45,3 +45,14 @@ jobs:
45
path: src/
46
commit-message: (autocommit) Updated IRE mapping script
47
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