Currently Create Board Firmware GHA workflow reuses workflow from ext/rusefi submodule, while Update rusEFI Reference GHA workflow reuses workflow directly from rusefi/rusefi repository.
This potentially can cause inconsistency in versions of GHA workflows in use (for example we can unintentially use workflows from different branches).
Do we need to consider unification for ways of reusing GHA workflows from rusefi/rusefi repository?