Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
anlesk authored Sep 30, 2023
1 parent c5412c7 commit 4f21a3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sync_peloton_to_garmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ jobs:
P2G_GARMIN__PASSWORD: ${{ secrets.P2G_GARMIN__PASSWORD }}
TZ: America/Chicago

- run: |
ls -la
ls -la /app
ls -la /app/output
ls -la ${{ env.OUTPUT_DIR }}
ls -la ${{ env.OUTPUT_DIR }}/fit
- name: zip output files
if: ${{ github.event.inputs.saveLocalCopy }}
uses: papeloto/action-zip@v1
Expand Down

0 comments on commit 4f21a3f

Please sign in to comment.