Skip to content

Commit c003e49

Browse files
authored
Update main.yml
1 parent a569109 commit c003e49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
php ./create.php
3333
- name: Commit to the repo
3434
run: |
35-
git config --global user.name "omentes/cv"
36-
git config --global user.email "cv[bot]@omentes.github.com"
35+
git config --global user.name "setnemo/cv"
36+
git config --global user.email "cv[bot]@setnemo.github.com"
3737
git add .
3838
# "echo" returns true so the build succeeds, even if no changed files
3939
git commit -m 'Update cv' || echo
40-
git push
40+
git push

0 commit comments

Comments
 (0)