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

Remove reporting job link
pull/94415/head
Esteban Beltran 8 months ago committed by GitHub
parent 38f57d270a
commit 84d580179d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/detect-breaking-changes-levitate.yml

@ -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:

Loading…
Cancel
Save