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