forked from the-distro/ofborg
build-filter: ensure attrs are a list, not an object... oy!
This commit is contained in:
parent
1a536ce296
commit
f83854dbfe
|
@ -103,7 +103,7 @@ function runner($msg) {
|
||||||
'head_sha' => $pr_deets['head']['sha'],
|
'head_sha' => $pr_deets['head']['sha'],
|
||||||
],
|
],
|
||||||
'build_default' => false,
|
'build_default' => false,
|
||||||
'attrs' => $tokens,
|
'attrs' => array_values($tokens),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue