Skip to content

Commit

Permalink
Update update_posts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cibucristi authored Jan 26, 2024
1 parent 7c52c24 commit a4879dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_posts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
rm -rf ./wiki/wiki
mv -f ./wiki/new_wiki ./wiki/wiki
cd wiki
git config --global user.email "liberty.mp@github.com"
git config --global user.name "liberty.mp"
git config --global user.email "b-hood.ro@github.com"
git config --global user.name "b-hood.ro"
git status
git add .
git commit -m "Update posts with ${{ github.sha }}" || true
Expand Down

0 comments on commit a4879dd

Please sign in to comment.