kennknowles commented on a change in pull request #14555: URL: https://github.com/apache/beam/pull/14555#discussion_r614546626
########## File path: release/src/main/scripts/download_github_actions_artifacts.py ########## @@ -30,7 +30,7 @@ import requests GH_API_URL_WORKLOW_FMT = "https://api.github.com/repos/{repo_url}/actions/workflows/build_wheels.yml" -GH_API_URL_WORKFLOW_RUNS_FMT = "https://api.github.com/repos/{repo_url}/actions/workflows/{workflow_id}/runs" +GH_API_URL_WORKFLOW_RUNS_FMT = "https://api.github.com/repos/{repo_url}/actions/workflows/{workflow_id}/runs?branch={ref}" Review comment: Oh, sorry I missed this question. Yes. GHA just uses that name. I confirmed it works for a tag. The usual git terminology for such a thing is a `ref` so I went with that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
