You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# FIXME: Something that adds/updates Github Checks would be better
211
+
# as it would be seen in the list attached to a status icon of any
212
+
# build (e.g. history of master branch)
213
+
- name: "GHA-01: Make dist and docs tarballs - report download URL"
214
+
uses: thollander/actions-comment-pull-request@v3
215
+
if: startsWith(github.ref, 'refs/pull/')
214
216
with:
215
-
comment-header: Dist and Docs for NUT build of ${{ env.GITHUB_HEAD_REF }}
216
-
comment-message-success: Dist and Docs [tarballs-${{ env.GITHUB_HEAD_REF }}](${{ steps.upload_artifact.outputs.artifact-url }}) are available
217
-
comment-message-failure: Dist and Docs tarballs were not archived for this build
218
-
report-fail-on-error: true
217
+
comment-tag: latest-tarball
218
+
message: Dist and Docs [tarballs-${{ steps.subst-github-ref.outputs.result }.zip}](${{ steps.upload_artifact.outputs.artifact-url }}) are available for commit ${{ github.workflow_sha }}
0 commit comments