Replies: 1 comment
-
|
💬 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.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Actions Runner
Discussion Details
💡 Feature Request: Improve workflow_dispatch Input Visibility & Add Pre-Execution Review
Hi GitHub Team,
I’d like to suggest one related UX improvements for GitHub Actions workflow_dispatch workflows.
1. Problem: Limited visibility of workflow inputs during execution
When triggering a workflow manually using
workflow_dispatch, the input values are not consistently visible in a clear and persistent way during or after execution.In practice, this makes it difficult to:
Although the workflow run page shows logs and summary information, the actual input parameters are not always easy to find in a dedicated section.
2. Proposed improvement: Input visibility panel in run details
Add a dedicated “Inputs” panel in the workflow run details page (for workflow_dispatch runs), ideally under or alongside the “Workflow file” section.
This panel should:
Why this matters
Extra note
This is especially important for production deployments and long-running CI pipelines where incorrect inputs can cause significant time and resource waste. People can make mistakes espicially on the workflow_dispatch.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions