Is your feature request related to a problem? Please describe.
The action workflow notification cards do not show the workflow name when there is a run-name and with multiple workflows this can lead to misunderstandings.
Describe the solution you'd like
Include the workflow name in the notification card and not just the run-name.
Example:
Workflow Foo
Run name [github.run_number] Bar
Github will display a card with: [github.run_number] Bar but Foo will not appear anywhere.
Describe alternatives you've considered
Include the workflow name in all the workflow runs but this will be too repetitive. At the moment, We use the run-name to display the workflow inputs.
Additional context
In this example the workflow name is: 📱 Default but it has a run-name depending on the inputs. The workflow name does not appear anywhere in the notification card:
Is your feature request related to a problem? Please describe. The action workflow notification cards do not show the workflow name when there is a run-name and with multiple workflows this can lead to misunderstandings.
Describe the solution you'd like Include the workflow name in the notification card and not just the run-name.
Example:
Workflow
Foo
Run name[github.run_number] Bar
Github will display a card with:
[github.run_number] Bar
butFoo
will not appear anywhere.Describe alternatives you've considered Include the workflow name in all the workflow runs but this will be too repetitive. At the moment, We use the run-name to display the workflow inputs.
Additional context In this example the workflow name is:
📱 Default
but it has a run-name depending on the inputs. The workflow name does not appear anywhere in the notification card: