Update .gitea/workflows/kibot.yml
This commit is contained in:
@@ -106,7 +106,7 @@ except Exception as e:
|
||||
PYTHON_SCRIPT
|
||||
|
||||
chmod +x /tmp/detect_layers.py
|
||||
LAYERS=$(/tmp/detect_layers.py "$PCB_FILE")
|
||||
LAYERS=$(python3 /tmp/detect_layers.py "$PCB_FILE")
|
||||
echo "layers=$LAYERS" >> $GITHUB_OUTPUT
|
||||
echo "Auto-detected $LAYERS layer board"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user