mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
fix: chained ternary operator in workflow
This commit is contained in:
parent
c66cedf146
commit
fa582fcc34
2
.github/workflows/arrow.yml
vendored
2
.github/workflows/arrow.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Arrow
|
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:
|
env:
|
||||||
TERRAFORM_DIRECTORY: hosts/arrow
|
TERRAFORM_DIRECTORY: hosts/arrow
|
||||||
|
Loading…
Reference in New Issue
Block a user