From b856bed6b9776c36ff2693066a6fdb331c18596f Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 2 Feb 2021 19:51:57 +0300 Subject: [PATCH] Fixed errror. --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 5452f86..fc95a07 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -93,7 +93,7 @@ runs: (if (string= custom-code "") (format t "No custom code~%") (uiop:eval-input custom-code)) - (format t "::endgroup::~%")) + (format t "::endgroup::~%"))) # - name: Test # shell: bash