Skip to content

Commit 9bbfab1

Browse files
committed
Change repository_dispatch to process-addon
1 parent 857b076 commit 9bbfab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/webhook_process_addon.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
workflow_dispatch:
66
inputs:
77
asset_base_id:
8-
description: 'Addon Base ID'
8+
description: 'Asset Base ID'
99
required: true
1010
verification_status:
1111
description: 'Verification Status of the Asset'
1212
is_private:
1313
description: 'Asset Is Private'
1414
type: boolean
1515
repository_dispatch:
16-
types: [test-addon]
16+
types: [process-addon]
1717

1818
env:
1919
BLENDERKIT_SERVER: 'https://www.blenderkit.com'

0 commit comments

Comments
 (0)