ci: default manual action to noop #25
@@ -13,9 +13,9 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
manual_action:
|
||||
description: "Manual action: dokploy_start or cleanup_dev_database"
|
||||
description: "Manual action: noop, cleanup_dev_database, or dokploy_start"
|
||||
required: true
|
||||
default: "dokploy_start"
|
||||
default: "noop"
|
||||
dokploy_target:
|
||||
description: "Dokploy dev target: all, web, or celery"
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user