We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d520f commit 735aa9cCopy full SHA for 735aa9c
action.yml
@@ -86,7 +86,7 @@ runs:
86
fnando/screenkit:latest \
87
episode export \
88
--dir="${{ env.EPISODE_DIR }}" \
89
- ${{ inputs.match != '' && format('--match {0}', inputs.match) || '' }} \
+ ${{ inputs.match != '' && format('--match-segment {0}', inputs.match) || '' }} \
90
${{ inputs.overwrite == 'true' && '--overwrite' || '--no-overwrite' }} \
91
${{ inputs.tts_preset != '' && format('--tts-preset {0}', inputs.tts_preset) || '' }} \
92
${{ inputs.tts_api_key != '' && format('--tts-api-key {0}', inputs.tts_api_key) || '' }}
0 commit comments