Debug action

This commit is contained in:
Leo B 2021-12-01 17:34:17 +01:00
parent aba8adbab4
commit 4e7ccda001
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ inputs:
runs:
using: 'docker'
image: 'docker://soundmonster/kicad-automation-scripts:latest'
entrypoint: /usr/lib/python2.7/dist-packages/kicad-automation/pcbnew_automation/export_dsn.py
# entrypoint: /usr/lib/python2.7/dist-packages/kicad-automation/pcbnew_automation/export_dsn.py
entrypoint: 'ls -la ; ls -la /github/workspace'
args:
- /github/workspace/${{ inputs.pcb_file }}
- /github/workspace/${{ inputs.dsn_file }}