From 8467d9206279c8a241117a2e4dbabb51a5528056 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Mon, 11 Aug 2025 12:55:59 +0100 Subject: [PATCH] Update nightly CI to offline-mode branches --- .github/workflows/daily-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily-update.yml b/.github/workflows/daily-update.yml index 412b630..eb0825e 100644 --- a/.github/workflows/daily-update.yml +++ b/.github/workflows/daily-update.yml @@ -42,9 +42,9 @@ jobs: git submodule init git submodule update --recursive cd Wippersnapper_Boards - git reset --hard origin/rp2040_datalogger_feather + git reset --hard origin/offline-mode cd ../Wippersnapper_Components - git reset --hard origin/main + git reset --hard origin/offline-mode cd .. git add Wippersnapper_Boards Wippersnapper_Components git diff --staged --quiet || git commit -m "Update submodules to latest versions [skip ci]"