You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've now had to put in some esscape hatches into our workflows while we wait for your resposne (viz if: inputs.DeployStage != ''), otherwise we get the following error everytime.
Run bobheadxi/deployments@v1
with:
step: start
token: ***
env: pr/1123/netlify/AppStorybook
desc: Deploy preview pr/1123
debug: false
auto_inactive: false
env:
NODE_OPTIONS: --max-old-space-size=8096
targeting REDACTED-ORG/REDACTED-REPO
initializing new deployment for pr/1123/netlify/AppStorybook @ refs/pull/1123/merge
created deployment REDACTED-ID for pr/1123/netlify/AppStorybook @ refs/pull/1123/merge
unexpected error encountered: HttpError: invalid json response body at https://api.github.com/repos/REDACTED-ORG/REDACTED-REPO/deployments/REDACTED-ID/statuses reason: Unexpected end of JSON input
Error: unexpected error encountered: HttpError: invalid json response body at https://api.github.com/repos/REDACTED-ORG/REDACTED-REPO/deployments/REDACTED-ID/statuses reason: Unexpected end of JSON input - see logs for more information
The text was updated successfully, but these errors were encountered:
below is a typical implementation for us :
We start a deployment:
then when done, we mark the deployment as done:
We've now had to put in some esscape hatches into our workflows while we wait for your resposne (viz
if: inputs.DeployStage != ''
), otherwise we get the following error everytime.The text was updated successfully, but these errors were encountered: