Github Contribution Influence #53
-
I like this github-as-rss-reader idea very much, thank you for your efforts. However, after a few days of using, I found that osmofeed influenced my github contribution. I tried to set user_name & user_email in update-feed.yaml as below, but it didn't work. - name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com' So my question is, is there any way to keep my github contribution clean? Edit: It works |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @daorren, I just read the official doc. I'm not sure if this can be controlled, but there are some ideas to try:
The ultimate solution would be using a separate account just for managing rss but that's probably an overkill for most people. |
Beta Was this translation helpful? Give feedback.
Hey @daorren, I just read the official doc. I'm not sure if this can be controlled, but there are some ideas to try:
gh-pages
branchThe ultimate solution would be using a separate account just for managing rss but that's probably an overkill for most people.