From 35c85e287492e646740ff9f455d68ab4410c2420 Mon Sep 17 00:00:00 2001 From: Anatoly Leskovets Date: Sat, 30 Sep 2023 11:54:29 -0400 Subject: [PATCH] fix(gh-action): Explicitly define default value for saveLocalCopy fixes #534 --- .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 295bb48ed..8ff12c279 100644 --- a/.github/workflows/sync_peloton_to_garmin.yml +++ b/.github/workflows/sync_peloton_to_garmin.yml @@ -48,7 +48,7 @@ jobs: "Fit": true, "Json": false, "Tcx": false, - "SaveLocalCopy": ${{ github.event.inputs.saveLocalCopy }}, + "SaveLocalCopy": ${{ github.event.inputs.saveLocalCopy || false }}, "IncludeTimeInHRZones": false, "IncludeTimeInPowerZones": false, "DeviceInfoPath": "./deviceInfo.xml"