We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b59bff commit 3f599dfCopy full SHA for 3f599df
.github/workflows/update_submodule.yaml
@@ -20,6 +20,8 @@ jobs:
20
21
- name: Update submodules to latest commit
22
run: |
23
+ git config --global user.name "$GitHub Actions Bot"
24
+ git config --global user.email "[email protected]"
25
git submodule update --remote --merge
26
git add .
27
git commit -m "Update submodules to latest"
0 commit comments