Fixed errror.
This commit is contained in:
parent
e2b4386049
commit
b856bed6b9
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -93,7 +93,7 @@ runs:
|
||||||
(if (string= custom-code "")
|
(if (string= custom-code "")
|
||||||
(format t "No custom code~%")
|
(format t "No custom code~%")
|
||||||
(uiop:eval-input custom-code))
|
(uiop:eval-input custom-code))
|
||||||
(format t "::endgroup::~%"))
|
(format t "::endgroup::~%")))
|
||||||
|
|
||||||
# - name: Test
|
# - name: Test
|
||||||
# shell: bash
|
# shell: bash
|
||||||
|
|
Loading…
Reference in a new issue