Skip to content

Commit

Permalink
Add user to github
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Jan 13, 2025
1 parent 07bed06 commit 2f5fb40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Check and commit changes
id: commit_check
run: |
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
if [[ -n "$(git status --porcelain docs)" ]]; then
git add docs
git commit -m "Update docs"
Expand Down

0 comments on commit 2f5fb40

Please sign in to comment.