We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 745a6f2 commit 89ef613Copy full SHA for 89ef613
.github/workflows/build-pr-cmk.yml
@@ -70,6 +70,6 @@ jobs:
70
<!-- cmk-build-artifact-comment -->
71
${{ job.status == 'success' && '✅ Build complete' || '❌ Build failed' }} for PR #${{ steps.set_vars.outputs.pr_number }}.
72
${{ job.status == 'success'
73
- && format('🔗 [Download the cmk binary](https://github.com/{0}/actions/runs/{1})', github.repository, github.run_id)
+ && format('🔗 [Download the cmk binary for Linux x86-64](https://github.com/{0}/actions/runs/{1})', github.repository, github.run_id)
74
|| format('See the [workflow run](https://github.com/{0}/actions/runs/{1}) for details.', github.repository, github.run_id) }}
75
edit-mode: replace
0 commit comments