We are getting this error when trying to push:
Waiting for status checks to finish for 'push-action/5028480720/26851-6198-25830' ...
ReadTimeout: HTTPSConnectionPool(host='api.github.com', port=443): Read timed out. (read timeout=10)
Waiting for status checks to finish for 'push-action/5028480720/26851-6198-25830' ... DONE!
which seems to come from this line:
https://github.com/CasperWA/push-protected/blob/051766a6a39c6776802d9285f7bbfcddac9d8b3c/entrypoint.sh#LL52C14-L52C20
There doesn't seem to be any error handling in the shell script (or maybe it should be in push-action?), is there any way to debug this?
We are getting this error when trying to push:
which seems to come from this line:
https://github.com/CasperWA/push-protected/blob/051766a6a39c6776802d9285f7bbfcddac9d8b3c/entrypoint.sh#LL52C14-L52C20
There doesn't seem to be any error handling in the shell script (or maybe it should be in push-action?), is there any way to debug this?