[test reports] Send the run attempt to the reports workflow (#48519)

This commit is contained in:
Adrian Moldovan 2024-06-17 20:14:32 +03:00 committed by GitHub
parent 8c680e85d7
commit 3fb5d40a43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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" \