Commit f530829
fix: sync standards from v2, not main
The workflow held two defaults for the same value and they disagreed: the
dispatch input defaulted to v2 while the `with:` fallback -- the one a scheduled
run uses, because cron supplies no inputs -- said main. So manual syncs read v2
and the monthly sync read main, and this repository took whichever branch had
spoken last. That is what flipped LICENSE between 2026 and 2025 every month.
main has not moved in evergine-standards since 2026-03-19; v2 is twenty commits
ahead and is what this workflow already pins for the reusable itself.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 3d4d07d commit f530829
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments