Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba authored Jul 28, 2024
1 parent aef9682 commit 22842eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 22842eb

Please sign in to comment.