Fix workflow
This commit is contained in:
@@ -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") :
|
||||
|
||||
Reference in New Issue
Block a user