mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-19 01:40:36 +08:00
ci: build all action fix output
This commit is contained in:
@@ -170,6 +170,6 @@ if (args.group):
|
||||
'arch': arch
|
||||
})
|
||||
temp_group = []
|
||||
print(json.dumps(final_groups, **extra_args))
|
||||
print(json.dumps({ "include": final_groups }, **extra_args))
|
||||
else:
|
||||
print(json.dumps(github_action_config, **extra_args))
|
||||
|
||||
Reference in New Issue
Block a user