From 22842ebc753a5bd7b4f7b143663e6bf7b570b556 Mon Sep 17 00:00:00 2001 From: naiba Date: Sun, 28 Jul 2024 23:39:43 +0800 Subject: [PATCH] chore: typo --- .github/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/sync.py b/.github/sync.py index c59284b..ba5f3d2 100644 --- a/.github/sync.py +++ b/.github/sync.py @@ -62,7 +62,7 @@ def delete_gitee_releases(latest_id, client, uri, token): print(f'Successfully deleted release #{id}.') else: raise ValueError( - f"Request failed with status code {release_api_response.status_code}") + f"Request failed with status code {delete_response.status_code}") def sync_to_gitee(tag: str, body: str, files: slice):