We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4198100 commit d97a7cdCopy full SHA for d97a7cd
action.yaml
@@ -20,5 +20,5 @@ runs:
20
args:
21
- 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'
+ - 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