Escape try.

This commit is contained in:
Alexander Artemenko 2021-02-02 20:12:43 +03:00
parent 83e300a0e9
commit 02aac24c7f

View file

@ -89,7 +89,7 @@ runs:
(defun main (args)
(declare (ignorable args))
(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 "")
(format t "No custom code~%")
(uiop:eval-input custom-code))