mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 20:58:14 -05:00
chore: typo
This commit is contained in:
parent
aef968250f
commit
22842ebc75
2
.github/sync.py
vendored
2
.github/sync.py
vendored
@ -62,7 +62,7 @@ def delete_gitee_releases(latest_id, client, uri, token):
|
|||||||
print(f'Successfully deleted release #{id}.')
|
print(f'Successfully deleted release #{id}.')
|
||||||
else:
|
else:
|
||||||
raise ValueError(
|
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):
|
def sync_to_gitee(tag: str, body: str, files: slice):
|
||||||
|
Loading…
Reference in New Issue
Block a user