tvalentyn commented on a change in pull request #14555: URL: https://github.com/apache/beam/pull/14555#discussion_r614458665
########## 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: the intent seems to be ref of the commit corresponding to the tag. Is 'branch' in the url just a way how GH actions refer to actions performed on a commit id? -- 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]
