Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Dec 19, 2023
1 parent be515eb commit a172b52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ actionsToolkit.run(
});

const args: string[] = await context.getArgs(inputs, toolkit);
core.info(`args: ${args.join(' ')}`);
const buildCmd = await toolkit.buildx.getCommand(args);

await core.group(`Bake definition`, async () => {
Expand Down

0 comments on commit a172b52

Please sign in to comment.