mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-21 22:03:28 +02:00
ci(dependencies): fix some envs and add requirements
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
PyYAML~=6.0.1
|
||||
requests~=2.31.0
|
||||
@@ -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