Skip to content
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

Fix: Special characters in the issue body causing errors #66

Merged
merged 3 commits into from
Oct 4, 2021

Conversation

1407arjun
Copy link
Contributor

This pull request patches the issue wherein special characters such as quotes ( ', " ) were not being passed on to the Python script due to YAML syntax, causing errors in the action.

Changelog:
The patched version of the script uses GitHub API to get the body of the issue directly into the script without passing it through the YAML workflow file. This allows the usage of certain special characters as mentioned above in the body of the issue.

@baazis baazis merged commit 3ac7698 into vitspot:master Oct 4, 2021
@baazis baazis added documentation Improvements or additions to documentation hacktoberfest-accepted labels Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation hacktoberfest-accepted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants