tvalentyn commented on a change in pull request #14555:
URL: https://github.com/apache/beam/pull/14555#discussion_r614457162



##########
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:
       is this supposed to be branch ref name or tag ref?




-- 
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]


Reply via email to