Trying backwquotess.
This commit is contained in:
parent
e828dbb1a5
commit
239ab6c784
1 changed files with 1 additions and 1 deletions
2
.github/actions/build-docs/action.yml
vendored
2
.github/actions/build-docs/action.yml
vendored
|
@ -28,7 +28,7 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo ::group::Build Docs
|
echo ::group::Build Docs
|
||||||
OUTPUT_DIR=$(build-docs ${{ inputs.asdf-system }})
|
OUTPUT_DIR=`build-docs ${{ inputs.asdf-system }}`
|
||||||
|
|
||||||
echo "::set-output name=build-dir::${OUTPUT_DIR}"
|
echo "::set-output name=build-dir::${OUTPUT_DIR}"
|
||||||
echo ::endgroup::
|
echo ::endgroup::
|
||||||
|
|
Loading…
Reference in a new issue