This commit is contained in:
Elias Bachaalany
2024-03-08 10:18:24 -08:00
parent 9666c4d377
commit 931dbcf5f8
10 changed files with 2 additions and 77 deletions

View File

@@ -27,8 +27,8 @@ jobs:
- name: Commit TOC updates
run: |
git config --global user.name 'LouisShark'
git config --global user.email 'mshark.louis@gmail.com'
git config --global user.name '0xeb'
git config --global user.email 'elias.bachaalany@gmail.com'
git add .
git commit -m "docs: Update TOC.md" || echo "No changes to commit"
git pull --rebase