potiuk commented on code in PR #50716:
URL: https://github.com/apache/airflow/pull/50716#discussion_r2094092399


##########
dev/breeze/src/airflow_breeze/utils/github.py:
##########
@@ -55,21 +55,21 @@ def download_file_from_github(
     """
     import requests
 
-    url = f"https://raw.githubusercontent.com/apache/airflow/{tag}/{path}";
+    url = 
f"https://api.github.com/repos/apache/airflow/contents/{path}?ref={tag}";

Review Comment:
   Ah `application/vnd.github.raw+json` - > this should return the content. Is 
it really base64 encoded @gopidesupavan @amoghrajesh - > have not checked it ;)



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

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to