constellation/.github/actions/constellation_destroy/action.yml
2022-07-14 17:25:18 +02:00

9 lines
203 B
YAML

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