mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
ci(dependencies): fix some envs and add requirements
This commit is contained in:
parent
ec74eb91bd
commit
46b24d4099
3 changed files with 11 additions and 6 deletions
4
.github/workflows/dependencies/updater.py
vendored
4
.github/workflows/dependencies/updater.py
vendored
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue