mirror of
https://github.com/YunoHost-Apps/cinny_ynh.git
synced 2024-09-03 18:16:13 +02:00
Fix typo in updater.py
This commit is contained in:
parent
fd1aaedba0
commit
795e508805
1 changed files with 1 additions and 1 deletions
2
.github/workflows/updater.py
vendored
2
.github/workflows/updater.py
vendored
|
@ -102,7 +102,7 @@ def main():
|
|||
return
|
||||
|
||||
# Proceed only if a PR for this new version does not already exist
|
||||
branch = f"ci-auto-update-v${latest_version}"
|
||||
branch = f"ci-auto-update-v{latest_version}"
|
||||
command = ["git", "ls-remote", "--exit-code", "-h", repo, branch]
|
||||
if run(command, stderr=PIPE, stdout=PIPE, check=False).returncode == 0:
|
||||
logging.warning("A branch already exists for this update")
|
||||
|
|
Loading…
Add table
Reference in a new issue