Escape try.
This commit is contained in:
parent
83e300a0e9
commit
02aac24c7f
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -89,7 +89,7 @@ runs:
|
||||||
(defun main (args)
|
(defun main (args)
|
||||||
(declare (ignorable args))
|
(declare (ignorable args))
|
||||||
(format t "::group::Custom Roswell Script New 2~%")
|
(format t "::group::Custom Roswell Script New 2~%")
|
||||||
(let ((custom-code "${{ inputs.custom-code }}"))
|
(let ((custom-code "${{ inputs.custom-code | escape }}"))
|
||||||
(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))
|
||||||
|
|
Loading…
Reference in a new issue