We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addb7e1 commit 8c51891Copy full SHA for 8c51891
.github/workflows/build-pr-cmk.yml
@@ -62,6 +62,6 @@ jobs:
62
${{ job.status == 'success' && '✅ Build complete' || '❌ Build failed' }} for PR #${{ github.event.pull_request.number }}.
63
64
${{ job.status == 'success'
65
- && format('🔗 [Download the cmk binary for linux.x86-64 (expires in 10 days)]({0})', steps.upload_artifact.outputs.artifact-url)
+ && format('🔗 Download the [cmk binary for linux.x86-64]({0}) (expires in 10 days)', steps.upload_artifact.outputs.artifact-url)
66
|| format('See the [workflow run](https://github.com/{0}/actions/runs/{1}) for details.', github.repository, github.run_id) }}
67
edit-mode: replace
0 commit comments