-
Notifications
You must be signed in to change notification settings - Fork 156
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
Bogus error handling #9
Comments
kittaakos
pushed a commit
to kittaakos/upload-s3-action
that referenced
this issue
Jul 2, 2020
- Log the `message` of the `Error` object. - Streamlined output to string for `fromjson`. - Aligned the documenation with the new `object_locations`value. Closes shallwefootball#9 Signed-off-by: Akos Kitta <[email protected]>
kittaakos
added a commit
to kittaakos/upload-s3-action
that referenced
this issue
Jul 2, 2020
shallwefootballGH-9: Fixed type errors.
kittaakos
pushed a commit
to kittaakos/upload-s3-action
that referenced
this issue
Jul 2, 2020
- Log the `message` of the `Error` object. - Streamlined output to string for `fromjson`. - Aligned the documenation with the new `object_locations`value. - Regenerated `dist`. Closes shallwefootball#9 Signed-off-by: Akos Kitta <[email protected]>
Closed
kittaakos
pushed a commit
to kittaakos/upload-s3-action
that referenced
this issue
Aug 4, 2020
- Log the `message` of the `Error` object. [actions/toolkit#370] - Streamlined output to string for `fromjson`. - Aligned the documenation with the new `object_locations`value. - Regenerated `dist`. Closes shallwefootball#9 Signed-off-by: Akos Kitta <[email protected]>
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had this error with
@1.0.1
:Could not figure out what this is, then noticed the incorrect typing here:
upload-s3-action/index.js
Line 37 in 7ca30b1
and here:
upload-s3-action/index.js
Line 66 in 7ca30b1
Obviously, my upload has failed but I do not know why because the error handling has failed. I will provide a PR soon.
The text was updated successfully, but these errors were encountered: