https://github.com/beiyuouo/readme-action
๐ผ Add your recently blog and douban states in your GitHub Profile
https://github.com/beiyuouo/readme-action
blog douban github github-action python readme readme-profile
Last synced: 10 months ago
JSON representation
๐ผ Add your recently blog and douban states in your GitHub Profile
- Host: GitHub
- URL: https://github.com/beiyuouo/readme-action
- Owner: beiyuouo
- License: mit
- Created: 2021-12-09T07:38:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T08:27:43.000Z (over 2 years ago)
- Last Synced: 2024-10-18T08:15:58.573Z (over 1 year ago)
- Topics: blog, douban, github, github-action, python, readme, readme-profile
- Language: Python
- Homepage: https://github.com/beiyuouo
- Size: 22.5 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# readme-action
## How to use
A simple example.
```yaml
- uses: beiyuouo/readme-action@main
with:
blog_rss_link: https://blog.bj-yan.top/index.xml
douban_name: 179948994
```
A full example.
```yaml
name: Build Readme
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
push:
branches: [main]
jobs:
update-social:
runs-on: ubuntu-latest
steps:
- uses: beiyuouo/readme-action@main
with:
blog_rss_link: https://blog.bj-yan.top/index.xml
blog_limit: 5
blog_time_format: "%a, %d %b %Y %H:%M:%S %z"
douban_name: 179948994
douban_limit: 5
commit_message: Updated README Profile by readme action
time_zone: "Asia/Shanghai"
```
Remember to add following prompt to your GitHub Profile.
```html
```
Prettier example
```markdown
#### ๐คนโโ๏ธ Recent Blog
#### ๐คพโโ๏ธ Funny Soul
#### ๐ป Recent Activity
```
# Reference
- Thanks to [zylele](https://github.com/zylele/social-readme) for their great work.