Commit deac5f0
fix: sync standards from v2, not main (#21)
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 683b856 commit deac5f0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments