diff --git a/.github/workflows/arrow.yml b/.github/workflows/arrow.yml index 3ce6ee9..5c4b4ba 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' || ( ${{ inputs.action == 'destroy' && 'Destroy' || 'No Action' ) }} +run-name: Arrow - ${{ inputs.rebuild && 'Rebuild and ' || '' }}${{ inputs.action == 'create' && 'Create' || ( inputs.action == 'destroy' && 'Destroy' || 'No Action' ) }} env: TERRAFORM_DIRECTORY: hosts/arrow