We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5599598 commit 5225a4bCopy full SHA for 5225a4b
1 file changed
.github/workflows/build-pr-cmk.yml
@@ -50,7 +50,7 @@ jobs:
50
path: cmk.linux.x86-64.pr${{ steps.set_vars.outputs.pr_number }}
51
if-no-files-found: error
52
53
- - name: Create/update comment (final status)
+ - name: Create/update comment
54
uses: peter-evans/create-or-update-comment@v4
55
if: steps.set_vars.outputs.pr_number != ''
56
with:
@@ -63,3 +63,5 @@ jobs:
63
&& format('🔗 [Download the cmk binary](https://github.com/{0}/actions/runs/{1})', github.repository, github.run_id)
64
|| format('See the [workflow run](https://github.com/{0}/actions/runs/{1}) for details.', github.repository, github.run_id) }}
65
edit-mode: replace
66
+ body-includes: cmk-build-artifact-comment
67
+
0 commit comments