Skip to content

Commit

Permalink
Merge branch 'add/analytics_repo' of https://github.com/NeurodataWith…
Browse files Browse the repository at this point in the history
…outBorders/nwb-project-analytics into add/analytics_repo
  • Loading branch information
oruebel committed Aug 18, 2023
2 parents ccbc615 + 46f84f6 commit 8958488
Show file tree
Hide file tree
Showing 4 changed files with 25,777 additions and 24,047 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_analytics_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
make allclean
make html
- name: push updated yaml to the repo
run: |
git --version
git config --global user.email "[email protected]"
git config --global user.name "NWB Bot"
git config --global init.defaultBranch main
git remote set-url --push origin https://x-access-token:${{ secrets.BOT_GITHUB_TOKEN }}@github.com/@{{ github.repository }}
git commit -m "Automatic update of the code statistics YAML files" data/*.yaml
git push
# Commit all changed files back to the repository
- name: Push changes back to repo
uses: stefanzweifel/git-auto-commit-action@v4
with:
file_pattern: 'data/*.yaml'
commit_message: "Automatic update of the code statistics YAML files"
commit_user_name: NWB Bot
commit_user_email: [email protected]
commit_author: NWB Bot <[email protected]>
Loading

0 comments on commit 8958488

Please sign in to comment.