Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 17, 2023
1 parent 166121f commit 583f366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const allFeatures = await Promise.all(
await glob("src/*/devcontainer-feature.json")
).map((f) => readFile(f, "utf8").then((x) => JSON.parse(x)))
);
console.log("all-features", features)
console.log("all-features", allFeatures)
core.setOutput("all-features", JSON.stringify(allFeatures));

const eventName = process.env.GITHUB_EVENT_NAME;
Expand Down

0 comments on commit 583f366

Please sign in to comment.