-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Remove redundant redirect in Workflows code example #20554
New issue
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
Conversation
Remove redundant/wrong return in workflows example
|
Howdy and thanks for contributing to our repo. We review new, external PRs within 2 weeks. If it's been longer than then without any movement, tag the PR Assignees in a comment. |
|
Closes #22235 |
|
Closes #23035 |
|
Congratulations @Resonious, the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cme8dqeti005607jxu25e6pbd This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
* Update trigger-workflows.mdx Remove redundant/wrong return in workflows example * Triggering GH compiles * Undoing redundant change --------- Co-authored-by: Jun Lee <[email protected]>
Remove redundant/wrong return in workflows example
Summary
This Workflows example has two consecutive
returnstatements. This PR removes the second one, as it looks wrong to me.Screenshots (optional)
Documentation checklist