We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727d628 commit 34ae8cbCopy full SHA for 34ae8cb
action.yaml
@@ -18,5 +18,7 @@ runs:
18
using: 'docker'
19
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
+ - bash
22
+ - -c
23
+ - '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; fi'
24
0 commit comments