Skip to content

Commit

Permalink
Merge pull request #39 from e-kotov/docs-readme
Browse files Browse the repository at this point in the history
fix bot email
  • Loading branch information
e-kotov authored Aug 7, 2024
2 parents 59b3631 + ec6285c commit 2c952f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render-README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Commit results
run: |
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add README.md
git commit -m 'Re-build README.Rmd' || echo "No changes to commit"
git push origin || echo "No changes to commit"

0 comments on commit 2c952f8

Please sign in to comment.