We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed48867 + 8ba4a45 commit 96d627eCopy full SHA for 96d627e
publish-report/action.yml
@@ -39,4 +39,4 @@ runs:
39
40
- name: Write report link to summary
41
shell: bash
42
- run: echo '<a href="https://storage.googleapis.com/releng-pipeline-artifacts-dev/${{ github.event.repository.name }}/${{ github.event.number }}/Grafana-v${{ inputs.grafana-version }}/index.html">Browse the Playwright report</a>' >> $GITHUB_STEP_SUMMARY
+ run: echo '<a href="https://storage.googleapis.com/releng-pipeline-artifacts-dev/${{ github.event.repository.name }}/${{ github.event.number }}/Grafana-v${{ inputs.grafana-version }}/index.html">Browse the Playwright report for Grafana-v${{ inputs.grafana-version }}</a>' >> $GITHUB_STEP_SUMMARY
0 commit comments