From 67afc488397648181d76ffe5dd1ccd8b7649670d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= Date: Mon, 20 Nov 2023 13:40:00 +0100 Subject: [PATCH] remove dash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- .github/actions/constellation_create/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'