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
When the project or workflow don't exist, the suer doesn't get any intuitive feedback.
project
workflow
Some ideas below and we can discuss what is better for the users:
Add if clauses early to catch with workflow list or project list (note, we need to implement this as well), and if they don't exist
workflow list
project list
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the
project
orworkflow
don't exist, the suer doesn't get any intuitive feedback.Some ideas below and we can discuss what is better for the users:
Add if clauses early to catch with
workflow list
orproject list
(note, we need to implement this as well), and if they don't existproject
silently to abstract this from the user (the workflow could be defined as the repo link)The text was updated successfully, but these errors were encountered: