From 3fb5d40a437f906b0883db88053df1e3220ab817 Mon Sep 17 00:00:00 2001 From: Adrian Moldovan <3854374+adimoldovan@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:14:32 +0300 Subject: [PATCH] [test reports] Send the run attempt to the reports workflow (#48519) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6864f40ad76..c34f707883c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -343,6 +343,7 @@ jobs: gh workflow run report.yml \ -f artifact="$REPORT_NAME" \ -f run_id="$GITHUB_RUN_ID" \ + -f run_attempt="$GITHUB_RUN_ATTEMPT" \ -f event="$EVENT_NAME" \ -f pr_number="$PR_NUMBER" \ -f ref_name="$REF_NAME" \