From 8dde5786762384fd59972839661d9e8627830a97 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 30 Mar 2024 14:07:36 -0400 Subject: [PATCH] try multiple ternary option for arrow workflow --- .github/workflows/arrow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/arrow.yml b/.github/workflows/arrow.yml index 25c3a00..62338ac 100644 --- a/.github/workflows/arrow.yml +++ b/.github/workflows/arrow.yml @@ -1,6 +1,6 @@ name: Arrow -run-name: Arrow - ${{ inputs.rebuild && 'Rebuild and ' || '' }}${{ inputs.action == 'create' && 'Create' || 'Destroy' }} +run-name: Arrow - ${{ inputs.rebuild && 'Rebuild and ' || '' }}${{ inputs.action == 'create' && 'Create' || ( ${{ inputs.action == 'destroy' && 'Destroy' || 'No Action' ) }} env: TERRAFORM_DIRECTORY: hosts/arrow