Skip to content

Commit 753acf3

Browse files
correct format
1 parent b9859ef commit 753acf3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cicd-3-deploy.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ run-name: >-
2727
inputs.include_prereleases,
2828
inputs.version,
2929
github.actor))
30-
|| format('Triggered by {0} ({1)}). Include prerelease: true Version: latest By: @{2}',
30+
|| format('Triggered by {0} ({1}). Include prerelease: true Version: latest',
3131
github.event.workflow_run.name,
32-
github.event.workflow_run.id,
33-
github.actor) }}
32+
github.event.workflow_run.display_title) }}
3433
3534
permissions:
3635
contents: read

0 commit comments

Comments
 (0)