Fix workflow

This commit is contained in:
linguist
2020-12-28 21:55:06 +01:00
parent 04f365188d
commit 7a2c6462a2
5 changed files with 22 additions and 20 deletions

View File

@@ -75,7 +75,7 @@
template:"${{ matrix.template }}",
base:"",
plugins_errors_fatal:true,
q:'{"repo":"metrics"}',
q:`'{"repo":"metrics"}'`,
...context
}).map(([key, value]) => `${" ".repeat(5)}${key}: ${
typeof value === "boolean" ? (value ? "yes" : "no") :