Skip to content

Commit

Permalink
Update fetch-content-updates.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanyeong authored May 19, 2024
1 parent 9539a27 commit 0b21841
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fetch-content-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
git submodule update --init --recursive --remote
- name: Push changes
run: |
git config --global user.email "[email protected]"
git config --global user.name "Jonathan Yeong"
git add .
git commit -m "Updating content"
git commit -m "[Workflow] Updating website content"
git push

0 comments on commit 0b21841

Please sign in to comment.