We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db72171 commit ace2601Copy full SHA for ace2601
1 file changed
.github/workflows/build.yml
@@ -37,8 +37,8 @@ jobs:
37
38
- name: Commit and push changes
39
run: |
40
- git config user.name "Hisham Bin Ateya"
41
- git config user.email "hishamco_2007@yahoo.com"
+ git config user.name "github-actions[bot]"
+ git config user.email "github-actions[bot]@users.noreply.github.com"
42
git add --all
43
git commit -m "Update submodules" || echo "No changes to commit"
44
git push
0 commit comments