We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cb758 commit 37029cfCopy full SHA for 37029cf
.github/workflows/workflow-finished.yml
@@ -1,5 +1,5 @@
1
name: Workflow Finished
2
-run-name: Workflow ${{ github.event.workflow.name }} Finished
+run-name: Workflow Finished ${{ github.event.workflow_run.display_title }} (${{ github.event.workflow_run.conclusion }})
3
4
on:
5
workflow_run:
0 commit comments