try multiple ternary option for arrow workflow

This commit is contained in:
Noah Masur 2024-03-30 14:07:36 -04:00
parent 5e1534451d
commit 8dde578676

View File

@ -1,6 +1,6 @@
name: Arrow 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: env:
TERRAFORM_DIRECTORY: hosts/arrow TERRAFORM_DIRECTORY: hosts/arrow