Skip to content

Commit 3f599df

Browse files
committed
add identities in workflow
1 parent 1b59bff commit 3f599df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update_submodule.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- name: Update submodules to latest commit
2222
run: |
23+
git config --global user.name "$GitHub Actions Bot"
24+
git config --global user.email "[email protected]"
2325
git submodule update --remote --merge
2426
git add .
2527
git commit -m "Update submodules to latest"

0 commit comments

Comments
 (0)