mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-23 06:43:29 +02:00
ci(dependencies): fix some envs and add requirements
This commit is contained in:
@@ -302,8 +302,8 @@ class Git:
|
||||
|
||||
@staticmethod
|
||||
def add_and_commit(scope: str, version: str):
|
||||
user_name = "ohmyzsh"
|
||||
user_email = "bot@ohmyz.sh"
|
||||
user_name = os.environ.get("GIT_APP_NAME")
|
||||
user_email = os.environ.get("GIT_APP_EMAIL")
|
||||
|
||||
# Add all files to git staging
|
||||
CommandRunner.run_or_fail(["git", "add", "-A", "-v"], stage="AddFiles")
|
||||
|
||||
Reference in New Issue
Block a user