Skip to content

Commit

Permalink
534: Explicitly define default value for saveLocalCopy (#535)
Browse files Browse the repository at this point in the history
* fix(gh-action): Explicitly define default value for saveLocalCopy

fixes #534

* fix: zip folder before uploading

* fail if no files

* use papeloto/action-zip

* revert pre-zip changes back
  • Loading branch information
anlesk authored Sep 30, 2023
1 parent a5d041d commit a8e9fad
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 a8e9fad

Please sign in to comment.