Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sathishkumar-p committed Jan 18, 2024
1 parent b4db7e6 commit 541ae58
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 @@ -94,7 +94,7 @@ def main():

for job_id in jobs:
try:
job_logs_url = f"https://api.github.com/repos/{github_org}/{github_repo}/actions/jobs/{job_id}/logs"
job_logs_url = f"https://git.i.mercedes-benz.com/api/v3/repos/{github_org}/{github_repo}/actions/jobs/{job_id}/logs"
r = requests.get(job_logs_url, stream=True, headers={
"Authorization": f"token {github_token}"
})
Expand Down

0 comments on commit 541ae58

Please sign in to comment.