Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
getBoolean committed Dec 18, 2023
1 parent d78addc commit 7bce61f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Commit and push if changed
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email <>
git config --global user.email '<>'
git add README.md
git diff-index --quiet HEAD || git commit -m 'Update README.md'
git push

0 comments on commit 7bce61f

Please sign in to comment.