Chore: Fix levitate pipeline by removing non-generated link (#94460)

Remove reporting job link
This commit is contained in:
Esteban Beltran 2024-10-09 12:21:47 +02:00 committed by GitHub
parent 38f57d270a
commit 84d580179d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,7 +282,6 @@ jobs:
"pr_link": "https://github.com/grafana/grafana/pull/${{ steps.levitate-run.outputs.pr_number }}",
"pr_number": "${{ steps.levitate-run.outputs.pr_number }}",
"job_link": "${{ steps.levitate-run.outputs.job_link }}",
"reporting_job_link": "${{ github.event.workflow_run.html_url }}",
"message": "${{ steps.levitate-run.outputs.message }}"
}
env: