mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-29 02:16:21 +02:00
use format function.
This commit is contained in:
parent
e24752aafe
commit
e7b65ff7eb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/image_base.yml
vendored
2
.github/workflows/image_base.yml
vendored
|
@ -20,7 +20,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-client:
|
||||
|
|
Loading…
Add table
Reference in a new issue