Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imskr/readme-update-actions
Fetch latest blog posts and add it to GitHub profile's README dynamically
https://github.com/imskr/readme-update-actions
github-actions readme readme-profile readme-template
Last synced: 6 days ago
JSON representation
Fetch latest blog posts and add it to GitHub profile's README dynamically
- Host: GitHub
- URL: https://github.com/imskr/readme-update-actions
- Owner: imskr
- License: gpl-3.0
- Created: 2022-06-30T07:30:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T23:04:39.000Z (9 months ago)
- Last Synced: 2024-10-31T07:42:19.519Z (13 days ago)
- Topics: github-actions, readme, readme-profile, readme-template
- Language: Go
- Homepage: https://github.com/marketplace/actions/readme-update-actions
- Size: 566 KB
- Stars: 28
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![readme-update-actions](./public/images/brand-name.png)
> A Powerful Bot to Update GitHub Profile's Readme using GitHub Actions
## Usage
1. Go to your repository
2. Add the following to your **README.md** file, you can use any title. Just make sure that you use `` in your readme. The workflow will replace this comment with the actual blog posts list:```markdown
# Blog posts
```3. Create a folder `.github/workflows` inside root of the repository if it doesn't exists.
4. Create a new file `readme-update-actions.yml` inside `.github/workflows/` with the following contents:![](./public/images/readme-blog.png)
5. Replace the above URL list with your own RSS feed URLs.
6. Commit and wait for it to run automatically, or you can also trigger it manually to see the result instantly.## Results
![result](./public/images/results.png)## Support