2.home-manager/.github/workflows
Austin Horstman 0f08a37c31 ci: fix module count output
Commit 3c71cec05d changed the labeler workflow to use grep -c, but grep -c still exits with status 1 when no lines match.

That made the fallback echo another 0, so COUNT became a multi-line value and the write to GITHUB_OUTPUT failed. Use true as the fallback to preserve grep's single-line count while allowing the no-match case.
2026-05-18 09:07:50 -05:00
..
backport.yml ci: bump actions/create-github-app-token from 2 to 3 2026-03-16 18:24:16 +01:00
conflicts.yml workflows: only run conflicts and update flake on main repo (#6893) 2025-04-23 11:25:45 -05:00
github_pages.yml ci: bump cachix/cachix-action from 16 to 17 2026-03-23 09:02:52 -05:00
labeler.yml ci: fix module count output 2026-05-18 09:07:50 -05:00
tag-maintainers.yml ci: quote some shell variables 2026-05-15 23:21:38 -05:00
test.yml ci: quote some shell variables 2026-05-15 23:21:38 -05:00
update-maintainers.yml ci: quote some shell variables 2026-05-15 23:21:38 -05:00
validate-maintainers.yml ci: validate-maintainers all-maintainers update 2026-01-08 13:57:12 -05:00