We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9859ef commit 753acf3Copy full SHA for 753acf3
.github/workflows/cicd-3-deploy.yaml
@@ -27,10 +27,9 @@ run-name: >-
27
inputs.include_prereleases,
28
inputs.version,
29
github.actor))
30
- || format('Triggered by {0} ({1)}). Include prerelease: true Version: latest By: @{2}',
+ || format('Triggered by {0} ({1}). Include prerelease: true Version: latest',
31
github.event.workflow_run.name,
32
- github.event.workflow_run.id,
33
- github.actor) }}
+ github.event.workflow_run.display_title) }}
34
35
permissions:
36
contents: read
0 commit comments