From 0b0ef9e9f5dff4093e7740e8acc2efa68737a979 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 2 Feb 2021 10:17:08 +0300 Subject: [PATCH] Fixed template. --- .github/actions/setup/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index e45cad1..6fa4302 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -4,8 +4,8 @@ inputs: qlfile-template: description: 'Jinja template for qlfile' required: false - default: | - + default: 'no temlplate' + lisp-system: description: 'ASDF system to install and test' required: false