mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
It's matrix
, not _matrix
This commit is contained in:
parent
4ed2c97224
commit
b014a0c969
1 changed files with 2 additions and 2 deletions
|
@ -862,11 +862,11 @@ def pkg_matrix(
|
|||
ctx.info(f"No {version} ({backend}) for {distro_slug} at {prefix}")
|
||||
|
||||
ctx.info("Generated matrix:")
|
||||
ctx.print(_matrix, soft_wrap=True)
|
||||
ctx.print(matrix, soft_wrap=True)
|
||||
|
||||
if github_output is not None:
|
||||
with open(github_output, "a", encoding="utf-8") as wfh:
|
||||
wfh.write(f"matrix={json.dumps(_matrix)}\n")
|
||||
wfh.write(f"matrix={json.dumps(matrix)}\n")
|
||||
ctx.exit(0)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue