Skip to content

Commit 61d7af0

Browse files
committed
.github/workflows/01-make-dist.yml: fix message [#1400]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 05ca230 commit 61d7af0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
continue-on-error: true
281281
with:
282282
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 }}
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 }}
284284
#github-token: ${{ secrets.MAKE_DIST_TOKEN }}
285285

286286
# https://github.com/marocchino/sticky-pull-request-comment
@@ -290,7 +290,6 @@ jobs:
290290
continue-on-error: true
291291
with:
292292
header: latest-tarball-sticky
293-
only_create: true
294-
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 }}
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 }}
295294
#github-token: ${{ secrets.MAKE_DIST_TOKEN }}
296295
#GITHUB_TOKEN: ${{ secrets.MAKE_DIST_TOKEN }}

0 commit comments

Comments
 (0)