chore(actions): Add a different user for github actions (#404)
Signed-off-by: udit <udit.gaurav@mayadata.io>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
setup_git() {
|
||||
git config --global user.email "litmusbotci@gmail.com"
|
||||
git config --global user.name "litmus[bot]"
|
||||
git config --global user.email "litmuschaos@gmail.com"
|
||||
git config --global user.name "litmusbot"
|
||||
}
|
||||
|
||||
commit_updated_changes() {
|
||||
@@ -12,6 +12,11 @@ commit_updated_changes() {
|
||||
git status
|
||||
}
|
||||
|
||||
upload_files() {
|
||||
git remote -v
|
||||
git push origin master
|
||||
}
|
||||
|
||||
setup_git
|
||||
commit_updated_changes
|
||||
|
||||
upload_files
|
||||
|
Reference in New Issue
Block a user