Replies: 2 comments 3 replies
-
Technically you could have a form and construct the API call to create a workflow dispatch event when the user presses a button. However, the API call requires authentication, random users can't create events for your workflows. Are you trying to build a convenient interface for yourself, or something else? 🤔 |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I created a simple manual workflow which requires a few inputs. I would like to link to this from the README, ideally perhaps even with a simple HTML form where users could type in the inputs and click a button to have the workflow run.
Is this possible?
Simply linking to something like https://github.com/tripleee/sloshy/actions/workflows/nightly.yml is pretty brutal; even users who are somewhat familiar with this interface might have a hard time finding out why the link is relevant, or if they do, how exactly to run the workflow.
(This is not the one I want to link to - it's not up yet, but it will be at pr-builder.yml)
Beta Was this translation helpful? Give feedback.
All reactions