Skip to content

Commit 96d627e

Browse files
authored
Merge pull request #20 from grafana/publish-report-link-name
Publish report: Add grafana version to link
2 parents ed48867 + 8ba4a45 commit 96d627e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: publish-report/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ runs:
3939
4040
- name: Write report link to summary
4141
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
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 for Grafana-v${{ inputs.grafana-version }}</a>' >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)