feat(ci): allow destroy action in AWS bootstrap workflow

This commit is contained in:
Haitao Pan 2025-12-10 16:55:29 +08:00
parent 1c5d7bc920
commit 40714d2da5

View File

@ -17,7 +17,7 @@ on:
inputs:
deploy_action:
type: choice
options: [plan, apply]
options: [plan, apply, destroy]
default: plan
env: