Skip to content

Commit

Permalink
Add log for diffTarget (#4038)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Sep 5, 2024
1 parent d283b9a commit b035707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-hacs-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ jobs:
const environments = {};
const diffTarget = Number(process.env.HACS_DIFF_TARGET || 1)
core.info(`[global] diffTarget: ${diffTarget}`);
const subDirectories = fs.readdirSync("outputdata", { withFileTypes: true })
.filter(entry => entry.isDirectory())
.map(entry => entry.name)
Expand Down

0 comments on commit b035707

Please sign in to comment.