Skip to content

Commit

Permalink
Update sync_peloton_to_garmin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fix-digital authored Jan 2, 2024
1 parent 89522d9 commit 85802af
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 @@ -53,7 +53,7 @@ jobs:
},
"Peloton": {
"NumWorkoutsToDownload": ${{ github.event.inputs.workoutsToDownload || env.DEFAULT_WORKOUT_NUM }},
"ExcludeWorkoutTypes": [rowing]
"ExcludeWorkoutTypes": [ "rowing" ]
},
"Garmin": {
"Upload": true,
Expand Down

0 comments on commit 85802af

Please sign in to comment.