feat(youtube): add new video by search trigger

This commit is contained in:
Rıdvan Akca
2023-10-17 14:36:14 +03:00
parent fb1f520096
commit 9f5ea80731
4 changed files with 52 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ export default defineTrigger({
'Triggers when a new video is published to a specific Youtube channel.',
arguments: [
{
label: 'Channel ID',
label: 'Channel',
key: 'channelId',
type: 'string' as const,
required: true,