mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 02:09:04 +02:00
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."
|
description: "The platforms to build for."
|
||||||
|
|
||||||
env:
|
env:
|
||||||
FLAVOR_PREFIX: ${{ inputs.flavor && inputs.flavor + '-' || '' }}
|
FLAVOR_PREFIX: ${{ inputs.flavor && format('{0}-', inputs.flavor) || '' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-app:
|
build-app:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue