mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
fix: branch name
This commit is contained in:
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,
|
||||
'body': body,
|
||||
'prerelease': False,
|
||||
'target_commitish': 'main'
|
||||
'target_commitish': 'master'
|
||||
}
|
||||
release_api_response = api_client.post(release_api_uri, json=release_data)
|
||||
if release_api_response.status_code == 201:
|
||||
|
||||
Reference in New Issue
Block a user