From 9b326f9a9614a76050bb09ec88f875c5908e60a7 Mon Sep 17 00:00:00 2001
From: Jayesh Badwaik <j.badwaik@fz-juelich.de>
Date: Wed, 9 Oct 2024 21:34:36 +0200
Subject: [PATCH] + use none separator

---
 simple.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/simple.yml b/simple.yml
index 42e93e2..d2b79ae 100644
--- a/simple.yml
+++ b/simple.yml
@@ -26,7 +26,8 @@ parameterset:
         separator: none
         _: 1.0
       - name: authors
-        _: jayesh, andreas
+        separator: none
+        _: \"jayesh, andreas\"
 step:
   - name: execute
     use: 
-- 
GitLab