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 f1ffd66 commit 2f16b7dCopy full SHA for 2f16b7d
src/run.sh
@@ -22,7 +22,8 @@
22
23
#!/bin/bash
24
ERRORS_FILE="$GITHUB_ACTION_PATH/data/codes.json"
25
-CONFIG_FILE="just.config.js"
+CONFIG_JSON=$(node -e "console.log(JSON.stringify(require('./just.config.js')));")
26
+echo "Parsed CONFIG_JSON: $CONFIG_JSON" # debug
27
28
if [ ! -f "$CONFIG_FILE" ]; then
29
ERROR_CODE="0108"
0 commit comments