Fixed template.
This commit is contained in:
parent
2e1a82b095
commit
0b0ef9e9f5
1 changed files with 2 additions and 2 deletions
4
.github/actions/setup/action.yml
vendored
4
.github/actions/setup/action.yml
vendored
|
@ -4,8 +4,8 @@ inputs:
|
||||||
qlfile-template:
|
qlfile-template:
|
||||||
description: 'Jinja template for qlfile'
|
description: 'Jinja template for qlfile'
|
||||||
required: false
|
required: false
|
||||||
default: |
|
default: 'no temlplate'
|
||||||
|
|
||||||
lisp-system:
|
lisp-system:
|
||||||
description: 'ASDF system to install and test'
|
description: 'ASDF system to install and test'
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue