From 5d95422624317e84099f153d050a19447de9ca52 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 17 May 2023 10:36:11 +0000 Subject: [PATCH] ci: typo --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 1ef12db..7e25fe5 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -122,7 +122,7 @@ jobs: mkdir test cd test - echo 'name = "test >> .out-of-tree.toml + echo 'name = "test"' >> .out-of-tree.toml echo 'type = "${{ matrix.type }}"' >> .out-of-tree.toml echo 'script = "script.sh"' >> .out-of-tree.toml echo '[[supported_kernels]]' >> .out-of-tree.toml