Skip to content

Commit 735aa9c

Browse files
committed
Fix wrong switch.
1 parent 12d520f commit 735aa9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runs:
8686
fnando/screenkit:latest \
8787
episode export \
8888
--dir="${{ env.EPISODE_DIR }}" \
89-
${{ inputs.match != '' && format('--match {0}', inputs.match) || '' }} \
89+
${{ inputs.match != '' && format('--match-segment {0}', inputs.match) || '' }} \
9090
${{ inputs.overwrite == 'true' && '--overwrite' || '--no-overwrite' }} \
9191
${{ inputs.tts_preset != '' && format('--tts-preset {0}', inputs.tts_preset) || '' }} \
9292
${{ inputs.tts_api_key != '' && format('--tts-api-key {0}', inputs.tts_api_key) || '' }}

0 commit comments

Comments
 (0)