Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
setnemo authored Apr 20, 2024
1 parent a569109 commit c003e49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
php ./create.php
- name: Commit to the repo
run: |
git config --global user.name "omentes/cv"
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"
git add .
# "echo" returns true so the build succeeds, even if no changed files
git commit -m 'Update cv' || echo
git push
git push

0 comments on commit c003e49

Please sign in to comment.