Fix workflow

This commit is contained in:
linguist
2020-12-28 23:21:55 +01:00
parent 946a472b46
commit e68e167912
2 changed files with 17 additions and 17 deletions

View File

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