diff --git a/.github/actions/constellation_create/action.yml b/.github/actions/constellation_create/action.yml index ffd72a71ae..42324687c9 100644 --- a/.github/actions/constellation_create/action.yml +++ b/.github/actions/constellation_create/action.yml @@ -143,7 +143,7 @@ runs: if constellation --help | grep -q init; then cmd=create fi - constellation $cmd -y --debug --tf-log=DEBUG - + constellation $cmd -y --debug --tf-log=DEBUG - name: Constellation create (self-managed) if : inputs.selfManagedInfra == 'true'