Skip to content

Commit

Permalink
[ auto-wcount ] Fix workflow (Attempt #9)
Browse files Browse the repository at this point in the history
It helps to tell git who we are (duh!)
  • Loading branch information
CodingCellist committed Mar 18, 2024
1 parent 2a88ac6 commit 80a23cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wordcount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
- name: Add plot and push
run: |
cd personal-website
git commit -a -m "[ auto ] Nightly thesis plot"
git config user.name github-actions
git config user.email [email protected]
git commit -a -m "[ generated ] Nightly thesis plot"
git push

0 comments on commit 80a23cc

Please sign in to comment.