Files
HaloKeymind/.github
agessaman 7ea93a640e ci: rebase with --autostash on the flasher push retry
A plain `git rebase` refuses to run when the checkout has unstaged changes, so
the retry path could fail instead of retrying. The beta workflow stages a scoped
subset on purpose (production's files must never ride along), which leaves the
rest of the checkout dirty and hits this exactly; keep all three flasher pushes
identical so it cannot resurface here either. Unstaged content stays unstaged,
so nothing extra gets published.
2026-07-24 20:04:31 -07:00
..