Skip to content

Commit

Permalink
update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny656 committed Nov 26, 2024
1 parent 7a5d93b commit f2829a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_data_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
SAVE_DATA_IN_GITHUB_CACHE: false # if you deploy in the vercal, check the README
DATA_CACHE_PREFIX: 'track_data'
BUILD_GH_PAGES: true # If you do not need GitHub Page please set it to `false`
SAVE_TO_PARQENT: false # If you want to save the data to the repo, set it to `true`
SAVE_TO_PARQENT: true # If you want to save the data to the repo, set it to `true`

jobs:
sync:
Expand Down Expand Up @@ -207,8 +207,8 @@ jobs:
- name: Push new runs
if: env.SAVE_DATA_IN_GITHUB_CACHE != 'true'
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git config --local user.email "${{ env.GITHUB_EMAIL }}"
git config --local user.name "${{ env.GITHUB_NAME }}"
git add .
git commit -m 'update new runs' || echo "nothing to commit"
git push || echo "nothing to push"
Expand Down

0 comments on commit f2829a8

Please sign in to comment.