workflow_dispach to have dynamic inputs parameters #11795
Replies: 175 comments 45 replies
-
Yes, GitHub action inputs really need this! Almost crucial for any CICD platform to avoid errors from operators who perform manual jobs on a frequent basis. Please get this feature in ASAP! |
Beta Was this translation helpful? Give feedback.
-
+1 on this. Will add huge benefits |
Beta Was this translation helpful? Give feedback.
-
How's that
m.blanco
…On Wed, Apr 13, 2022, 12:38 AM marvader ***@***.***> wrote:
+1 on this. Will add huge benefits
—
Reply to this email directly, view it on GitHub
<#11795 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYPOVFDUEZBBKT6F4IZSSGLVEZ2Y3ANCNFSM5O4B2U5Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I'd love a dynamic input, let me run some scripts to build a list. |
Beta Was this translation helpful? Give feedback.
-
Hi, is there any update on this because I need to implement it now in my current requirement or any workarounds for how to pass a variable as inputs would be very helpful. |
Beta Was this translation helpful? Give feedback.
-
Plus One for this. In my companies work we add deployment environments and want to be able to allow the person running the action to select the environment to deploy to. Right now that means modifying every workflow to add the additional environment to the workflow_dispatch inputs. |
Beta Was this translation helpful? Give feedback.
-
Plus one on this. |
Beta Was this translation helpful? Give feedback.
-
+1, can use for a deployment workflow: Deploy? Yes/No. "Which artifact?" 1.0.1/2.1.1/3.0.0? stored in upload-artifact. |
Beta Was this translation helpful? Give feedback.
-
Hey! We don't have this one planned for this calendar year currently, I will roll this up with https://github.com/orgs/community/discussions/49648 and see if doing a wider piece of work on workflow_dispatch is something we can pick up in the new year. Thank you all for continuing to engage ❤️ |
Beta Was this translation helpful? Give feedback.
-
Please team, can you tell us how it's going this feature? |
Beta Was this translation helpful? Give feedback.
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
We need dynamic inputs! |
Beta Was this translation helpful? Give feedback.
-
Thank you for introducing the workflow_dispatch for manual jobs.
It'd be good to have dynamic input parameters so that with one job.yml, we can present just one form input to the operator.
For example, on select choices <stg, prod>, we can hide/show/change the other options, before the operator clicks the Run Workflow.
Beta Was this translation helpful? Give feedback.
All reactions