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
275
278
# as it would be seen in the list attached to a status icon of any
276
279
# build (e.g. history of master branch)
277
-
- name: "GHA-01: Make dist and docs tarballs - report download URL - t2"
278
-
uses: thollander/actions-comment-pull-request@v3
279
-
# if: startsWith(github.ref, 'refs/pull/')
280
-
continue-on-error: true
281
-
with:
282
-
comment-tag: latest-tarball
283
-
message: Dist and Docs [NUT-tarballs-${{ steps.subst-github-ref-name.outputs.result }}.zip](${{ steps.upload_artifact.outputs.artifact-url }}) are available for commit ${{ github.sha }}
284
-
#github-token: ${{ secrets.MAKE_DIST_TOKEN }}
280
+
281
+
#- name: "GHA-01: Make dist and docs tarballs - report download URL - t2"
# message: Dist and Docs [NUT-tarballs-${{ steps.subst-github-ref-name.outputs.result }}.zip](${{ steps.upload_artifact.outputs.artifact-url }}) are available for commit ${{ github.event.pull_request.head.sha || github.sha }}
- name: "GHA-01: Make dist and docs tarballs - report download URL - s2"
288
292
uses: marocchino/sticky-pull-request-comment@v2
289
-
#if: startsWith(github.ref, 'refs/pull/')
293
+
if: startsWith(github.ref, 'refs/pull/')
290
294
continue-on-error: true
291
295
with:
292
296
header: latest-tarball-sticky
293
-
message: Dist and Docs [NUT-tarballs-${{ steps.subst-github-ref-name.outputs.result }}.zip](${{ steps.upload_artifact.outputs.artifact-url }}) are available for commit ${{ github.sha }}
297
+
message: Dist and Docs [NUT-tarballs-${{ steps.subst-github-ref-name.outputs.result }}.zip](${{ steps.upload_artifact.outputs.artifact-url }}) are available for commit ${{ github.event.pull_request.head.sha || github.sha }}
- name: "GHA-01: Make dist and docs tarballs - report download URL - commit comment"
303
+
uses: peter-evans/commit-comment@v4
304
+
continue-on-error: true
305
+
with:
306
+
body: Dist and Docs [NUT-tarballs-${{ steps.subst-github-ref-name.outputs.result }}.zip](${{ steps.upload_artifact.outputs.artifact-url }}) are available for commit ${{ github.event.pull_request.head.sha || github.sha }}
0 commit comments