Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: philosowaffle/peloton-to-garmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: anlesk/peloton-to-garmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: custom-workflow
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Sep 28, 2023

  1. Copy the full SHA
    c02474d View commit details
  2. Copy the full SHA
    a7a39de View commit details
  3. save fit files

    anlesk authored Sep 28, 2023
    Copy the full SHA
    9216fc1 View commit details
  4. fix path

    anlesk authored Sep 28, 2023
    Copy the full SHA
    a8aa18a View commit details
  5. wip

    anlesk authored Sep 28, 2023
    Copy the full SHA
    451772e View commit details
  6. wip

    anlesk authored Sep 28, 2023
    Copy the full SHA
    12541ea View commit details
  7. fit folder

    anlesk authored Sep 28, 2023
    Copy the full SHA
    1dc1a67 View commit details
  8. conditionally save

    anlesk authored Sep 28, 2023
    Copy the full SHA
    32526ab View commit details
  9. Copy the full SHA
    fb60661 View commit details
  10. change run name

    anlesk authored Sep 28, 2023
    Copy the full SHA
    c8afc05 View commit details

Commits on Sep 29, 2023

  1. sync for both envs

    anlesk authored Sep 29, 2023
    Copy the full SHA
    22b5514 View commit details
  2. back to env picker

    anlesk authored Sep 29, 2023
    Copy the full SHA
    3e1b329 View commit details

Commits on Sep 30, 2023

  1. pre-zip

    anlesk authored Sep 30, 2023
    Copy the full SHA
    c5412c7 View commit details
  2. dbg

    anlesk authored Sep 30, 2023
    Copy the full SHA
    4f21a3f View commit details
  3. dbg

    anlesk authored Sep 30, 2023
    Copy the full SHA
    b922cee View commit details
  4. dbg

    anlesk authored Sep 30, 2023
    Copy the full SHA
    295d52e View commit details
  5. wip

    anlesk authored Sep 30, 2023
    Copy the full SHA
    8019382 View commit details
  6. wip

    anlesk authored Sep 30, 2023
    Copy the full SHA
    93d987f View commit details
  7. wip

    anlesk authored Sep 30, 2023
    Copy the full SHA
    621a778 View commit details
  8. strip the folder

    anlesk authored Sep 30, 2023
    Copy the full SHA
    114c5d2 View commit details
  9. flatten dir

    anlesk authored Sep 30, 2023
    Copy the full SHA
    45ad2f5 View commit details

Commits on Oct 13, 2023

  1. Copy the full SHA
    c5260d1 View commit details

Commits on Dec 21, 2023

  1. Merge pull request #3 from philosowaffle/master

    sync with origin
    anlesk authored Dec 21, 2023
    Copy the full SHA
    f208451 View commit details

Commits on Feb 5, 2024

  1. Merge pull request #5 from philosowaffle/master

    merge
    anlesk authored Feb 5, 2024
    Copy the full SHA
    e9ba924 View commit details

Commits on Feb 13, 2024

  1. Merge pull request #6 from philosowaffle/master

    sync
    anlesk authored Feb 13, 2024
    Copy the full SHA
    d435225 View commit details

Commits on Oct 4, 2024

  1. Copy the full SHA
    873ce7c View commit details

Commits on Dec 11, 2024

  1. Copy the full SHA
    0a22738 View commit details

Commits on Jan 31, 2025

  1. Copy the full SHA
    f40f267 View commit details
Showing with 6 additions and 3 deletions.
  1. +6 −3 .github/workflows/sync_peloton_to_garmin.yml
9 changes: 6 additions & 3 deletions .github/workflows/sync_peloton_to_garmin.yml
Original file line number Diff line number Diff line change
@@ -8,16 +8,19 @@ on:
inputs:
workoutsToDownload:
type: number
default: "5"
default: "1"
saveLocalCopy:
type: boolean
default: false
schedule:
- cron: '0 1 * * *'
environment:
type: environment

run-name: Sync peloton to garmin for ${{ inputs.environment }}

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:console-stable