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