Skip to content

Commit 5225a4b

Browse files
committed
fix comment
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 5599598 commit 5225a4b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-pr-cmk.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: cmk.linux.x86-64.pr${{ steps.set_vars.outputs.pr_number }}
5151
if-no-files-found: error
5252

53-
- name: Create/update comment (final status)
53+
- name: Create/update comment
5454
uses: peter-evans/create-or-update-comment@v4
5555
if: steps.set_vars.outputs.pr_number != ''
5656
with:
@@ -63,3 +63,5 @@ jobs:
6363
&& format('🔗 [Download the cmk binary](https://github.com/{0}/actions/runs/{1})', github.repository, github.run_id)
6464
|| format('See the [workflow run](https://github.com/{0}/actions/runs/{1}) for details.', github.repository, github.run_id) }}
6565
edit-mode: replace
66+
body-includes: cmk-build-artifact-comment
67+

0 commit comments

Comments
 (0)