Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 5dd65be

Browse files
authored
DO-1383 Change run_id by id as run_id is repeated in the logs (#7)
1 parent 7cae52a commit 5dd65be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def validate_origin_github():
3636
def process_workflow_job():
3737
job = request.get_json()
3838

39-
job_id = job["workflow_job"]["run_id"]
39+
job_id = job["workflow_job"]["id"]
4040
workflow = job["workflow_job"]["workflow_name"]
4141
time_start = parse_datetime(job["workflow_job"]["started_at"])
4242
repository = job["repository"]["full_name"]

0 commit comments

Comments
 (0)