Skip to content

Commit f20dfe1

Browse files
committed
.github/workflows/01-make-dist.yml: attempt to post a comment for commit itself [#1400]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 6a1d11c commit f20dfe1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/01-make-dist.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,3 +297,9 @@ jobs:
297297
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 }}
298298
#github-token: ${{ secrets.MAKE_DIST_TOKEN }}
299299
#GITHUB_TOKEN: ${{ secrets.MAKE_DIST_TOKEN }}
300+
301+
# https://github.com/marketplace/actions/commit-comment
302+
- name: "GHA-01: Make dist and docs tarballs - report download URL - commit comment"
303+
uses: peter-evans/commit-comment@v4
304+
with:
305+
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

Comments
 (0)