mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 20:58:14 -05:00
fix: branch name
This commit is contained in:
parent
ac64aa7355
commit
b63f693661
2
.github/workflows/sync.py
vendored
2
.github/workflows/sync.py
vendored
@ -49,7 +49,7 @@ def sync_to_gitee(tag: str, body: str, files: slice):
|
|||||||
'name': tag,
|
'name': tag,
|
||||||
'body': body,
|
'body': body,
|
||||||
'prerelease': False,
|
'prerelease': False,
|
||||||
'target_commitish': 'main'
|
'target_commitish': 'master'
|
||||||
}
|
}
|
||||||
release_api_response = api_client.post(release_api_uri, json=release_data)
|
release_api_response = api_client.post(release_api_uri, json=release_data)
|
||||||
if release_api_response.status_code == 201:
|
if release_api_response.status_code == 201:
|
||||||
|
Loading…
Reference in New Issue
Block a user