We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cc10a commit 727d628Copy full SHA for 727d628
action.yaml
@@ -16,7 +16,7 @@ inputs:
16
required: false
17
runs:
18
using: 'docker'
19
- image: 'ghcr.io/linalinn/kicad-render:nightly'
+ image: 'docker://ghcr.io/linalinn/kicad-render:nightly'
20
args:
21
- if [ -n "$INPUT_ANIMATION") ]; then render-pcb.sh -f $INPUT_PCB_FILE -o $INPUT_OUTPUT_PATH -b INPUT_BACKGROUND -a $INPUT_ANIMATION else render-pcb.sh -f $INPUT_PCB_FILE -o $INPUT_OUTPUT_PATH -b INPUT_BACKGROUND if
22
0 commit comments