Skip to content

Commit 2f16b7d

Browse files
fix
1 parent f1ffd66 commit 2f16b7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222

2323
#!/bin/bash
2424
ERRORS_FILE="$GITHUB_ACTION_PATH/data/codes.json"
25-
CONFIG_FILE="just.config.js"
25+
CONFIG_JSON=$(node -e "console.log(JSON.stringify(require('./just.config.js')));")
26+
echo "Parsed CONFIG_JSON: $CONFIG_JSON" # debug
2627

2728
if [ ! -f "$CONFIG_FILE" ]; then
2829
ERROR_CODE="0108"

0 commit comments

Comments
 (0)