From a30c76f39d049936b6e4780f6472f2193246606e Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Tue, 31 Jan 2023 21:26:25 -0600 Subject: [PATCH] reset file, understandable title (#5021) --- .github/workflows/gen-configs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gen-configs.yaml b/.github/workflows/gen-configs.yaml index 04e59e78eb..b91cba3137 100644 --- a/.github/workflows/gen-configs.yaml +++ b/.github/workflows/gen-configs.yaml @@ -38,10 +38,11 @@ jobs: run: bash gen_config.sh # We want to force these files to come from the default "all" config, not the last board generated by gen_config.sh - - name: Fix The Mess + - name: Reset Default Config Files working-directory: ./firmware/ run: | git checkout -- ./controllers/generated/engine_configuration_generated_structures.h + git checkout -- ./controllers/generated/rusefi_generated.h git checkout -- ../java_console/models/src/main/java/com/rusefi/config/generated/Fields.java ./gen_config_default.sh