From 4b4650910c805b6874983c164c25bc7ac3d58ba7 Mon Sep 17 00:00:00 2001 From: Trpl7ca <52380252+Trpl7ca@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:23:09 -0800 Subject: [PATCH] Update build_loop.yml --- .github/workflows/build_loop.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index 239ad4fab..705a81a53 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -282,8 +282,7 @@ jobs: # the line following a "\" should not be blank export PATCH_BRANCH="nid_and_bolus_display" export SCRIPT_BRANCH="nid_and_bolus_display" - /bin/bash -c "$(curl -fsSL \ - https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/CustomizationSelect.sh)" \ + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/loopandlearn/lnl-scripts/$SCRIPT_BRANCH/CustomizationSelect.sh)" \ dexcom_upload_readings \ future_carbs_4h \ no_auth \ @@ -295,7 +294,7 @@ jobs: negative_insulin \ bolus_display \ live_activity \ - 2002 \ + profiles # the final customization listed above CANNOT have a continuation character # more customizations can be pasted after this line