Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anlesk authored Sep 28, 2023
1 parent a8aa18a commit 451772e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/sync_peloton_to_garmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
}
}
EOT
- run: ls -la $GITHUB_WORKSPACE
- run: ls -la /app/output
- run: ls -la /home/runner/work/_temp/_github_home
- run: /app/PelotonToGarminConsole
if: ${{ env.P2G_PELOTON__EMAIL && env.P2G_PELOTON__PASSWORD && env.P2G_GARMIN__EMAIL && env.P2G_GARMIN__PASSWORD }}
working-directory: /app
Expand All @@ -87,7 +90,10 @@ jobs:
P2G_GARMIN__EMAIL: ${{ secrets.P2G_GARMIN__EMAIL }}
P2G_GARMIN__PASSWORD: ${{ secrets.P2G_GARMIN__PASSWORD }}
TZ: America/Chicago

- run: ls -la $GITHUB_WORKSPACE
- run: ls -la /app/output
- run: ls -la /home/runner/work/_temp/_github_home

- uses: actions/upload-artifact@v3
if: success() || failure()
with:
Expand Down

0 comments on commit 451772e

Please sign in to comment.