Skip to content

Commit 89ef613

Browse files
committed
fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 745a6f2 commit 89ef613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
<!-- cmk-build-artifact-comment -->
7171
${{ job.status == 'success' && '✅ Build complete' || '❌ Build failed' }} for PR #${{ steps.set_vars.outputs.pr_number }}.
7272
${{ job.status == 'success'
73-
&& format('🔗 [Download the cmk binary](https://github.com/{0}/actions/runs/{1})', github.repository, github.run_id)
73+
&& format('🔗 [Download the cmk binary for Linux x86-64](https://github.com/{0}/actions/runs/{1})', github.repository, github.run_id)
7474
|| format('See the [workflow run](https://github.com/{0}/actions/runs/{1}) for details.', github.repository, github.run_id) }}
7575
edit-mode: replace

0 commit comments

Comments
 (0)