mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
try multiple ternary option for arrow workflow
This commit is contained in:
parent
5e1534451d
commit
8dde578676
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' || '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
|
||||||
|
Loading…
Reference in New Issue
Block a user