Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rwader-swi opened this issue Jan 31, 2024 · 3 comments

Comments

@rwader-swi
Copy link

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.

  • either give access to {{ job }} context. It might solve this as it will update name after the job step is completed (from outputs)
  • or atleast access the {{ vars }} context, that we ultimately update in some job steps
  • If not that then atleast a PUT API endpoint for updating the run's metadata like run-name.

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.

Copy link

github-actions bot commented May 1, 2024

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

@mmichna
Copy link

mmichna commented May 1, 2024

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

@marekkordik
Copy link

I would love this feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants