We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208b95d commit 21f1bc6Copy full SHA for 21f1bc6
.github/workflows/download_openssl.py
@@ -51,7 +51,7 @@ def main(platform, target):
51
print("Looking for: {}".format(target))
52
runs_url = (
53
"https://api.github.com/repos/pyca/infra/actions/workflows/"
54
- "{}/runs?branch=master&status=success".format(workflow)
+ "{}/runs?branch=main&status=success".format(workflow)
55
)
56
57
response = get_response(session, runs_url, token).json()
0 commit comments