From 85802af2aa8b5d48c2b8f4769c6f842ade4eed37 Mon Sep 17 00:00:00 2001 From: Ben <62364283+fix-digital@users.noreply.github.com> Date: Mon, 1 Jan 2024 23:33:30 -0500 Subject: [PATCH] Update sync_peloton_to_garmin.yml --- .github/workflows/sync_peloton_to_garmin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_peloton_to_garmin.yml b/.github/workflows/sync_peloton_to_garmin.yml index c0e8bb085..8e66fec0d 100644 --- a/.github/workflows/sync_peloton_to_garmin.yml +++ b/.github/workflows/sync_peloton_to_garmin.yml @@ -53,7 +53,7 @@ jobs: }, "Peloton": { "NumWorkoutsToDownload": ${{ github.event.inputs.workoutsToDownload || env.DEFAULT_WORKOUT_NUM }}, - "ExcludeWorkoutTypes": [rowing] + "ExcludeWorkoutTypes": [ "rowing" ] }, "Garmin": { "Upload": true,