mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
ci(dependencies): use tag version in git commit if available (#12756)
Related: https://github.com/ohmyzsh/ohmyzsh/pull/12747#issuecomment-2410440748
This commit is contained in:
2
.github/workflows/dependencies/updater.py
vendored
2
.github/workflows/dependencies/updater.py
vendored
@@ -228,7 +228,7 @@ class Dependency:
|
||||
self.__apply_upstream_changes()
|
||||
|
||||
# Add all changes and commit
|
||||
has_new_commit = Git.add_and_commit(self.name, short_sha)
|
||||
has_new_commit = Git.add_and_commit(self.name, new_version)
|
||||
|
||||
if has_new_commit:
|
||||
# Push changes to remote
|
||||
|
||||
Reference in New Issue
Block a user