We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a1b85 commit 07486c8Copy full SHA for 07486c8
1 file changed
.github/workflows/node.js.yml
@@ -41,6 +41,9 @@ jobs:
41
elif [ $VERCEL_STATE = "ERROR" ]; then
42
echo InValid state $VERCEL_STATE 1>&2
43
exit 64
44
+ elif [ $VERCEL_STATE = "null" ]; then
45
+ echo InValid state $VERCEL_STATE 1>&2
46
+ exit 64
47
else
48
echo invalid state found - $VERCEL_STATE
49
isReadyState
0 commit comments