Skip to content

Commit

Permalink
fix(gh-action): Explicitly define default value for saveLocalCopy
Browse files Browse the repository at this point in the history
fixes #534
  • Loading branch information
anlesk authored Sep 30, 2023
1 parent a5d041d commit 35c85e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_peloton_to_garmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 35c85e2

Please sign in to comment.