File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ jobs:
109109 run : |
110110 BASE="https://plotly.github.io/plotly.js-dev-builds/upload/pr-${{ steps.setup-metadata.outputs.PR_NUM }}"
111111 echo "### PR Build Uploaded" >> $GITHUB_STEP_SUMMARY
112- echo "Builds for PR #${{ steps.setup-metadata.outputs.PR_NUM }} are available :" >> $GITHUB_STEP_SUMMARY
112+ echo "Builds for PR #${{ steps.setup-metadata.outputs.PR_NUM }} can be accessed at :" >> $GITHUB_STEP_SUMMARY
113113 echo "- Latest build for this PR: [$BASE/latest/plotly.min.js]($BASE/latest/plotly.min.js)" >> $GITHUB_STEP_SUMMARY
114114 echo "- Build for this commit: [$BASE/${{ steps.setup-metadata.outputs.SHA }}/plotly.min.js]($BASE/${{ steps.setup-metadata.outputs.SHA }}/plotly.min.js)" >> $GITHUB_STEP_SUMMARY
115+ echo "The above links should start working a minute or two after this job completes." >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments