Skip to content

Commit

Permalink
Use changed instead of changed_pct to check if category changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Feb 14, 2025
1 parent 2d0a23f commit e740c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-hacs-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
core.info(`[${directory}] changedPctTarget: ${changedPctTarget}`);
if (parsed.changed_pct >= 1 || parsed.diff >= 1) {
if (parsed.changed >= 1 || parsed.diff >= 1) {
changedCategories.push(directory)
}
Expand Down

0 comments on commit e740c5b

Please sign in to comment.