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
anlesk authored Sep 28, 2023
1 parent e49dac2 commit c02474d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sync_peloton_to_garmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ on:
workoutsToDownload:
type: number
default: "5"
environment:
type: string
default: "anlesk"
schedule:
- cron: '0 1 * * *'

jobs:
sync:
runs-on: ubuntu-latest
environment: ${{ github.event.inputs.environment }}
# The type of runner that the job will run on
container:
image: philosowaffle/peloton-to-garmin:stable
Expand Down

0 comments on commit c02474d

Please sign in to comment.