Fix: dont try to parse empty params

This commit is contained in:
shamoon 2025-01-14 23:07:26 -08:00
parent d61b2bbfc6
commit d27a74c84a
No known key found for this signature in database

View File

@ -992,6 +992,7 @@ def run_workflows(
try:
data = {}
if action.webhook.use_params:
if action.webhook.params:
try:
for key, value in action.webhook.params.items():
data[key] = parse_w_workflow_placeholders(