constellation/.github/actions/constellation_destroy/action.yml
2022-11-02 18:18:30 +01:00

9 lines
209 B
YAML

name: Constellation destroy
description: "Destroy a running Constellation cluster."
runs:
using: 'composite'
steps:
- name: Constellation terminate
run: constellation terminate --yes
shell: bash