use format function.
This commit is contained in:
parent
e7b65ff7eb
commit
921ca792e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/image_app.yml
vendored
2
.github/workflows/image_app.yml
vendored
|
|
@ -24,7 +24,7 @@ on:
|
|||
description: "The platforms to build for."
|
||||
|
||||
env:
|
||||
FLAVOR_PREFIX: ${{ inputs.flavor && inputs.flavor + '-' || '' }}
|
||||
FLAVOR_PREFIX: ${{ inputs.flavor && format('{0}-', inputs.flavor) || '' }}
|
||||
|
||||
jobs:
|
||||
build-app:
|
||||
|
|
|
|||
Loading…
Reference in a new issue