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 af97813 commit a17b245Copy full SHA for a17b245
src/run.sh
@@ -50,7 +50,7 @@ if [ -z "$(echo "$CONFIG_JSON" | jq -r '.module.exports')" ]; then
50
exit 1
51
fi
52
53
-TYPE=$(echo "$CONFIG_JSON" | jq -r '.module.exports.type')
+TYPE=$(echo "$CONFIG_JSON" | jq -r '.type')
54
if [ -z "$TYPE" ]; then
55
ERROR_MESSAGE=$(jq -r '.["run.sh"][] | select(.code=="0110") | .message' "$ERRORS_FILE")
56
ERROR_CODE="0110"
0 commit comments