Skip to content

Commit

Permalink
update git url
Browse files Browse the repository at this point in the history
  • Loading branch information
sathishkumar-p committed Jan 18, 2024
1 parent 59288f1 commit 5144eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def main():
print(f"Error: {output}")
sys.exit(-1)
elastic_logger = logging.getLogger("elastic")
metadata_url = f"https://api.github.com/repos/{github_org}/{github_repo}/actions/runs/{github_run_id}"
metadata_url = f"https://git.i.mercedes-benz.com/api/v3/repos/{github_org}/{github_repo}/actions/runs/{github_run_id}"
try:
r = requests.get(metadata_url, stream=True, headers={
"Authorization": f"token {github_token}"
Expand Down

0 comments on commit 5144eb3

Please sign in to comment.