Skip to content

Commit

Permalink
add commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Jan 3, 2025
1 parent bc35956 commit e768a8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ pip install -r requirements.txt
./templatemigration.py
./createindex.py

git config --global user.email "Template bot"
git config --global user.name "[email protected]"
cp index.json docs/src/components/Templates/index.json
cd docs
git add src/components/Templates/index.json
Expand Down

0 comments on commit e768a8b

Please sign in to comment.