constellation/.github/actions/constellation_destroy/action.yml
2022-09-02 15:20:25 +02:00

8 lines
202 B
YAML

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