We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're using autoupdate as schedule but we also want to set up the option to be able to trigger it manually, using workflow_dispatch event type.
schedule
workflow_dispatch
However, we see this is currently unsupported and it's giving an error:
Error: Unknown event type 'workflow_dispatch', only 'push', 'pull_request', 'workflow_run', and 'schedule' are supported.
Are there any plans to support this event type? This would be very helpful for our current set up.
The text was updated successfully, but these errors were encountered:
Hey @bcapdevilac, no plans yet but it's a great idea. I'll put this in the backlog
Sorry, something went wrong.
anarast
Successfully merging a pull request may close this issue.
We're using autoupdate as
schedule
but we also want to set up the option to be able to trigger it manually, usingworkflow_dispatch
event type.However, we see this is currently unsupported and it's giving an error:
Are there any plans to support this event type? This would be very helpful for our current set up.
The text was updated successfully, but these errors were encountered: