Skip to content

Commit 8c51891

Browse files
committed
fix
1 parent addb7e1 commit 8c51891

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
@@ -62,6 +62,6 @@ jobs:
6262
${{ job.status == 'success' && '✅ Build complete' || '❌ Build failed' }} for PR #${{ github.event.pull_request.number }}.
6363
6464
${{ job.status == 'success'
65-
&& format('🔗 [Download the cmk binary for linux.x86-64 (expires in 10 days)]({0})', steps.upload_artifact.outputs.artifact-url)
65+
&& format('🔗 Download the [cmk binary for linux.x86-64]({0}) (expires in 10 days)', steps.upload_artifact.outputs.artifact-url)
6666
|| format('See the [workflow run](https://github.com/{0}/actions/runs/{1}) for details.', github.repository, github.run_id) }}
6767
edit-mode: replace

0 commit comments

Comments
 (0)