Skip to content

Commit

Permalink
Use changed instead of changed_pct to check if category changed (#4444)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Feb 14, 2025
1 parent 5bca567 commit 9bd1dbd
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 9bd1dbd

Please sign in to comment.