Fixed `kicad` context in action.yaml
This commit is contained in:
parent
92fac39586
commit
25f1aabefe
|
|
@ -40,7 +40,7 @@ inputs:
|
|||
default: '0'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: ${{ kicad == 5 && 'Dockerfile_k5' || 'Dockerfile_k6' }}
|
||||
image: ${{ inputs.kicad == 5 && 'Dockerfile_k5' || 'Dockerfile_k6' }}
|
||||
args:
|
||||
- -c ${{ inputs.config }}
|
||||
- -d ${{ inputs.dir }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue