We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a569109 commit c003e49Copy full SHA for c003e49
.github/workflows/main.yml
@@ -32,9 +32,9 @@ jobs:
32
php ./create.php
33
- name: Commit to the repo
34
run: |
35
- git config --global user.name "omentes/cv"
36
- git config --global user.email "cv[bot]@omentes.github.com"
+ git config --global user.name "setnemo/cv"
+ git config --global user.email "cv[bot]@setnemo.github.com"
37
git add .
38
# "echo" returns true so the build succeeds, even if no changed files
39
git commit -m 'Update cv' || echo
40
- git push
+ git push
0 commit comments