Skip to content

Commit

Permalink
Fix CI: fix invalid user name (#53)
Browse files Browse the repository at this point in the history
* 💚 Fix CI: fix invalid user name

Signed-off-by: vankichi <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi authored Sep 14, 2023
1 parent 8b3a3ad commit a9f9164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: commit and push
run: |
sha=`make vald/sha/print`
git config --global user.name 'VDaaS org'
git config --global user.email 'ci@vdaas.org'
git config --global user.name 'vdaas-ci'
git config --global user.email 'vald@vdaas.org'
git remote set-url origin https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY
git add .
git commit -S -m "Update [vald sha: ${sha}]"
Expand Down

0 comments on commit a9f9164

Please sign in to comment.