Replies: 21 comments 4 replies
-
You can use the run-name element to dynamically set the workflow run name. It is very limited though as it is only able to access the I came here to make a similar request as this, to be able to rename the workflow run from a job step. My use case is we want to include the version number (which is determined dynamically during the build workflow run) in our build and deployment workflow run names. Having to click into every workflow run to find out which version it is for (assuming you output it in one of your workflow steps) is a real pain. +1 to be able to include arbitrary information in the workflow run name from a job step. |
Beta Was this translation helpful? Give feedback.
-
Also looking for this feature to add version number to the run name, or other metadata to a run. |
Beta Was this translation helpful? Give feedback.
-
It'd be fantastic if we can use values from reusable workflow's job outputs in the |
Beta Was this translation helpful? Give feedback.
-
It's a +1 from me too. We can change the build number in Azure DevOps. I hope we can do it the same for run-name in GitHub Actions. |
Beta Was this translation helpful? Give feedback.
-
I am really hoping for this too. For my case, I would be able to dynamically change the
But we have neither ability 😞 . One thing that does save me a little bit of digging as far into the results, based on this technique, was this:
This makes the useful information visible in the call graph, because the new job is showing the useful information in its name. |
Beta Was this translation helpful? Give feedback.
-
If the run name is immutable for some reason, having some way to add info to the Actions screen (lets say a 3rd line, after the run name and the automatic details 'Some workflow #62: Commit [02db591 pushed by someone' ) would be great |
Beta Was this translation helpful? Give feedback.
-
Yes please, want to see the release version that is determined as part of the run in the run list |
Beta Was this translation helpful? Give feedback.
-
A multi-line or wrap-around |
Beta Was this translation helpful? Give feedback.
-
+1 on this one.. |
Beta Was this translation helpful? Give feedback.
-
+1 on this one. Really looking for this since it is possible in Azure DevOps |
Beta Was this translation helpful? Give feedback.
-
+1 in our project we have a convoluted way of determining the version that is then surfaced as a step output variable, and we'd like to surface that version number in the workflow runs overview. |
Beta Was this translation helpful? Give feedback.
-
+1, would love to not need to dig into the different runs to work out which run's for which build. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Yes please! Missing this from the good ole' Azure Devops days 😂 |
Beta Was this translation helpful? Give feedback.
-
Incredible how many people are requesting this feature across different posts and nowhere there's an answer as to if/when this feature will be available. |
Beta Was this translation helpful? Give feedback.
-
I think there may be some API work in getting this done. I tried ... with a little help from copilot to do this, just to see what would happen.
It netted me with a 404 url was logged as ... org and repo name obfuscated oc
When I look at the documentation, there are no examples of updating an existing run, so maybe that where the work needs to start? |
Beta Was this translation helpful? Give feedback.
-
It's interesting (to me, at least) that this question on stackoverflow (which feel pretty closely related to this current discussion) has been viewed 25k times (and counting)... https://stackoverflow.com/questions/71155641/github-actions-how-to-view-inputs-for-workflow-dispatch |
Beta Was this translation helpful? Give feedback.
-
Any update on this topic... I have multiple use cases 😢 |
Beta Was this translation helpful? Give feedback.
-
Any feedback from the Github team? :/ |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Product Feedback
Body
There is the "run-name" which allows an input/constant, but once the workflow jobs starts, you cannot change the workflow name, If the name gets resolved as part of a job action, you are out of luck. There is no api endpoint to rename a workflow run name either. This is very useful. Say you are using GitVersion to resolve the build semantic version, imagine you wanted rename the build to this semantic version. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions