Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c5c3e72

Browse files
committedMay 21, 2024·
add ivy-det-bot email
1 parent c975e34 commit c5c3e72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/update-dashboard.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
pip install pymongo
2424
python update_dashboard.py --db-key ${{ secrets.IVY_DASHBOARD_DB_KEY }}
25+
git config --global user.email "hello@transpile-ai.com"
2526
git config --global user.name "ivy-dev-bot"
2627
git add README.md
2728
git commit -m "Auto-update dashboard with latest results"

0 commit comments

Comments
 (0)
Please sign in to comment.