Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Feb 10, 2024
1 parent 3598b84 commit 9389a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ async function run() {
core.info(`Package hash ${hashes.package}`);
core.info(`Sources hash ${hashes.sources}`);
const stack = new exec_stack_1.ExecStack(inputs.stackYaml, inputs.stackArguments);
const stackRoot = (await stack.parse(["path", "--stack-root]"], parse_stack_path_1.parseStackPath))["stack-root"];
const stackRoot = (await stack.parse(["path", "--stack-root"], parse_stack_path_1.parseStackPath))["stack-root"];
core.info(`Stack root: ${stackRoot}`);
const stackYaml = (0, stack_yaml_1.readStackYamlSync)(inputs.stackYaml);
const stackWorks = (0, stack_yaml_1.packagesStackWorks)(stackYaml);
Expand Down

0 comments on commit 9389a1d

Please sign in to comment.