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
Hi,
First of, thanks for this action!
I think AI may have changed the responseCode to 201. Would it be possible to update to something like:
if (response.statusCode >= 200 && response.statusCode <= 300) {
on row 70 in src/index.ts?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, First of, thanks for this action! I think AI may have changed the responseCode to 201. Would it be possible to update to something like: if (response.statusCode >= 200 && response.statusCode <= 300) { on row 70 in src/index.ts? Thanks!
Same issue here... - 201
Sorry, something went wrong.
Addressed in #6
No branches or pull requests
Hi,
First of, thanks for this action!
I think AI may have changed the responseCode to 201. Would it be possible to update to something like:
if (response.statusCode >= 200 && response.statusCode <= 300) {
on row 70 in src/index.ts?
Thanks!
The text was updated successfully, but these errors were encountered: