Add quotes for inputs and output paths as they can contain spaces
This commit is contained in:
Родитель
f7ed8e545f
Коммит
d29a809847
|
@ -18,5 +18,5 @@ inputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- run: az bicep build --file ${{ inputs.bicepFilePath }} --outfile ${{ inputs.outputFilePath }}
|
||||
- run: az bicep build --file "${{ inputs.bicepFilePath }}" --outfile "${{ inputs.outputFilePath }}"
|
||||
shell: bash
|
||||
|
|
Загрузка…
Ссылка в новой задаче