mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 10:45:47 +08:00
fix: fix CI email
This commit is contained in:
parent
39d6bc10f7
commit
60096468fe
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -235,7 +235,7 @@ jobs:
|
|||||||
|
|
||||||
# Commit and push the changes back to the repository
|
# Commit and push the changes back to the repository
|
||||||
git config --global user.name "casbin-bot"
|
git config --global user.name "casbin-bot"
|
||||||
git config --global user.email "casbin-bot@github.com"
|
git config --global user.email "bot@casbin.org"
|
||||||
git add Chart.yaml index.yaml
|
git add Chart.yaml index.yaml
|
||||||
git commit -m "chore(helm): bump helm charts appVersion to ${{steps.get-current-tag.outputs.tag }}"
|
git commit -m "chore(helm): bump helm charts appVersion to ${{steps.get-current-tag.outputs.tag }}"
|
||||||
git push origin HEAD:master
|
git push origin HEAD:master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user