actions / starter-workflows

Accelerating new GitHub Actions workflows
https://github.com/features/actions
Other
8.6k stars 5.09k forks source link

access vars or jobs context in run name or a PUT API for updating run name #2289

Open rwader-swi opened 5 months ago

rwader-swi commented 5 months ago

Currently the name in workflow run has only access to {{ inputs }} and {{ github }} contexts, which is not very useful as we might want to display additional info which are processed in the job steps.

Neither of the above are avaialable 🙂

The users have to go inside every run to check such metadata, because its not displayed in name.

Essentially what differs each run is not just the inputs, but also some processing done from inputs.

For example in my usecase we update our software version for every release run by 1. And we want to display in the run name.

image

Will appreciate if anyone takes look into this feature ASAP!!!! And many people want this to be fixed.

github-actions[bot] commented 2 months ago

This issue has become stale and will be closed automatically within a period of time. Sorry about that.

mmichna commented 2 months ago

i think this is very useful feature allow update workflow run-name

marekkordik commented 1 month ago

I would love this feature