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