mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-04-20 23:31:22 +00:00
Group version output in the workflow
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
eb5edfc198
commit
bd321d175b
3 changed files with 3 additions and 3 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
@ -27,7 +27,7 @@ let tagsList: string[];
|
|||
async function getPodmanPath(): Promise<string> {
|
||||
if (podmanPath == null) {
|
||||
podmanPath = await io.which("podman", true);
|
||||
await execute(podmanPath, [ "version" ]);
|
||||
await execute(podmanPath, [ "version" ], { group: true });
|
||||
}
|
||||
|
||||
return podmanPath;
|
||||
|
|
Loading…
Reference in a new issue