We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ca227 commit ec19f9fCopy full SHA for ec19f9f
.github/workflows/main.yml
@@ -0,0 +1,17 @@
1
+name: Rossyn On Medium
2
+on:
3
+ schedule:
4
+ # Runs every hour
5
+ - cron: '0 * * * *'
6
+ workflow_dispatch:
7
+
8
+jobs:
9
+ update-readme-with-articles:
10
+ name: Update this repo's README with Rossyn's latest articles
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ - uses: gautamkrishnar/[email protected]
15
+ with:
16
+ comment_tag_name: "ARTICLES"
17
+ feed_list: "https://medium.com/feed/@rohitrajkhorwal"
0 commit comments