Skip to content

Commit

Permalink
Update Render-Readme.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
obsaditelnost authored Sep 8, 2024
1 parent 877f89b commit 136b52b
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,5 +39,5 @@ jobs:
- name: commit-rendered-README
run: |
git add README.md man/figures/README-*
git commit -m "Re-build README.md" || echo "No changes to commit"
git commit -m "Re-build README.md" --author 'GitHub Actions <[email protected]>' || echo "No changes to commit"
git push origin master || echo "No changes to commit"

0 comments on commit 136b52b

Please sign in to comment.