Skip to content

Commit d97a7cd

Browse files
committed
remove singe qoutes
1 parent 4198100 commit d97a7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ runs:
2020
args:
2121
- bash
2222
- -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'
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
2424

0 commit comments

Comments
 (0)