Skip to content

Commit 7ae3a95

Browse files
author
Vetrichelvan
committed
Updated readme-workflow to use different action
1 parent 2b08a88 commit 7ae3a95

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/update-readme.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: Update README
22

33
on:
44
schedule:
5-
- cron: "*/30 * * * *"
5+
- cron: '*/30 * * * *' # Update every 30 minutes
66
workflow_dispatch:
77

88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11-
name: Update the repository README with recent activity
11+
name: Update Profile README
1212

1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: jamesgeorge007/github-activity-readme@master
14+
- uses: actions/checkout@v2.3.4
15+
- uses: Readme-Workflows/recent-activity@{version}
1616
env:
17-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,19 +93,19 @@ Hello guys👋🏻, Full-stack Developer with a degree in Computer Science and E
9393

9494
### ⚒️ Latest GitHub Activity
9595

96-
<!--START_SECTION:activity-->
97-
1. ❗️ Closed issue [#24](https://github.com/pythonhubdev/PyNotion/issues/24) in [pythonhubdev/PyNotion](https://github.com/pythonhubdev/PyNotion)
98-
2. 🎉 Merged PR [#25](https://github.com/pythonhubdev/PyNotion/pull/25) in [pythonhubdev/PyNotion](https://github.com/pythonhubdev/PyNotion)
99-
<!--END_SECTION:activity-->
96+
<!--RECENT_ACTIVITY:start-->
97+
1. ❗️ Closed issue [#24](https://github.com/pythonhubdev/PyNotion/issues/24) in [pythonhubdev/PyNotion](https://github.com/pythonhubdev/PyNotion)
98+
2. 🎉 Merged PR [#25](https://github.com/pythonhubdev/PyNotion/pull/25) in [pythonhubdev/PyNotion](https://github.com/pythonhubdev/PyNotion)
99+
<!--RECENT_ACTIVITY:last_update-->
100100

101101
### 📺 Latest YouTube Videos
102102

103-
<!-- YOUTUBE:START -->
104-
- [Hello World in Python | Python Tutorial | Beginners](https://www.youtube.com/watch?v=Y_bMdTC7Va8)
105-
- [Introduction to Python Programming | Python Tutorial | Beginners](https://www.youtube.com/watch?v=ydj5ostMqAU)
106-
- [Channel Update | Python Hub |](https://www.youtube.com/watch?v=4fvaSMhN0vA)
107-
- [WhatsApp Clone with Flutter - Dynamic Floating Action Button &lpar;FAB&rpar; | WhatsApp Clone Part-3 | Flutter](https://www.youtube.com/watch?v=9YCf9khwyGU)
108-
- [WhatsApp Clone with Flutter - App Bar and Tab Navigation || WhatsApp Clone Part-2 || Flutter](https://www.youtube.com/watch?v=HNGsHknLsRY)
103+
<!-- YOUTUBE:START -->
104+
- [Hello World in Python | Python Tutorial | Beginners](https://www.youtube.com/watch?v=Y_bMdTC7Va8)
105+
- [Introduction to Python Programming | Python Tutorial | Beginners](https://www.youtube.com/watch?v=ydj5ostMqAU)
106+
- [Channel Update | Python Hub |](https://www.youtube.com/watch?v=4fvaSMhN0vA)
107+
- [WhatsApp Clone with Flutter - Dynamic Floating Action Button &lpar;FAB&rpar; | WhatsApp Clone Part-3 | Flutter](https://www.youtube.com/watch?v=9YCf9khwyGU)
108+
- [WhatsApp Clone with Flutter - App Bar and Tab Navigation || WhatsApp Clone Part-2 || Flutter](https://www.youtube.com/watch?v=HNGsHknLsRY)
109109
<!-- YOUTUBE:END -->
110110
<br>
111111

0 commit comments

Comments
 (0)