We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c92698e + bb00e98 commit b92da2bCopy full SHA for b92da2b
.github/workflows/blossom-ci.yml
@@ -3,7 +3,7 @@ name: Blossom-CI
3
run-name: >
4
${{ github.event_name == 'workflow_dispatch' &&
5
format(
6
- 'Blossom CI: {0}{1} PR #{2}',
+ 'Blossom CI • Jenkins Job: {0}{1} • PR #{2}',
7
fromJson(github.event.inputs.args).job,
8
fromJson(github.event.inputs.args).build && format(' #{0}', fromJson(github.event.inputs.args).build) || '',
9
fromJson(github.event.inputs.args).pr
0 commit comments