Skip to content

Commit da78efe

Browse files
author
Python Hub
committed
Updated provider listenable and README
1 parent 4f152b5 commit da78efe

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Update README
2+
3+
on:
4+
schedule:
5+
- cron: "*/30 * * * *"
6+
workflow_dispatch:
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: actions/checkout@v2
14+
- uses: jamesgeorge007/github-activity-readme@master
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272

7373
[![GitHub Streak](https://github-readme-streak-stats.herokuapp.com/?user=pythonhubpy&theme=dracula&hide_border=true)](https://git.io/streak-stats)
7474

75+
76+
<h1 style="margin-top:20px;">Github Activities ⚡</h1>
77+
<!--START_SECTION:activity-->
78+
7579
<h1 style="margin-top:20px;">Github Stats 📊</h1>
7680
<details>
7781
<summary>💻 GitHub Profile Stats</summary>

0 commit comments

Comments
 (0)