Files
anki/.github/scripts
Abdo 54e4b54527 Always push translation submodule commits in sync_translations
ANKI_NO_GIT_PUSH was intended to defer only the main repo's push
(handled later by the "Push to branch" step), but push() was reused for
the translation submodule pushes too. This let commits get referenced by
SHA in the main repo without ever pushing them, leaving submodules
pointing at commits that only existed on the ephemeral CI runner.
2026-07-13 21:00:51 +03:00
..