wip
This commit is contained in:
parent
0873c3860b
commit
813ca8ea28
|
|
@ -14,10 +14,6 @@ runs:
|
|||
entrypoint: '/bin/sh'
|
||||
args:
|
||||
- '-c'
|
||||
- |
|
||||
pwd ;
|
||||
env ;
|
||||
echo ;
|
||||
echo /usr/lib/python2.7/dist-packages/kicad-automation/pcbnew_automation/export_dsn.py /github/workspace/${{ inputs.pcb_file }} /github/workspace/${{ inputs.dsn_file }}
|
||||
- 'echo /usr/lib/python2.7/dist-packages/kicad-automation/pcbnew_automation/export_dsn.py "$GITHUB_WORKSPACE/${{ inputs.pcb_file }}" "$GITHUB_WORKSPACE/${{ inputs.dsn_file }}"'
|
||||
# - /github/workspace/${{ inputs.pcb_file }}
|
||||
# - /github/workspace/${{ inputs.dsn_file }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue