Skip to content

Latest Twitter Tweets #1072

Latest Twitter Tweets

Latest Twitter Tweets #1072

name: Latest Twitter Tweets
on:
schedule:
# Runs once a day because using Free tier in Rss.app
- cron: '0 0 * * *'
workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the Github Actions Workflow page directly.
jobs:
update-readme-with-twitter:
name: Update this repo's README with latest tweets
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: "TWITTER"
feed_list: "https://rss.app/feeds/RoPOx0BgFZICCQ2m.xml"
commit_message: "Updated with the latest tweets"