Skip to content

Commit 21f1bc6

Browse files
authored
Update for branch name change (pyca#5838)
1 parent 208b95d commit 21f1bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/download_openssl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main(platform, target):
5151
print("Looking for: {}".format(target))
5252
runs_url = (
5353
"https://api.github.com/repos/pyca/infra/actions/workflows/"
54-
"{}/runs?branch=master&status=success".format(workflow)
54+
"{}/runs?branch=main&status=success".format(workflow)
5555
)
5656

5757
response = get_response(session, runs_url, token).json()

0 commit comments

Comments
 (0)