Skip to content

APPUiO Cloud blog workflow #489

APPUiO Cloud blog workflow

APPUiO Cloud blog workflow #489

name: APPUiO Cloud blog workflow
on:
schedule:
# https://crontab.guru/#59_1_*_*_*/1
- cron: '59 1 * * */1'
workflow_dispatch:
jobs:
update-readme-with-blog:
name: Update this repo's README with latest APPUiO Cloud blog posts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: "APPUIOCLOUD"
commit_message: "Updated readme with the latest general APPUiO Cloud articles"
feed_list: "https://www.vshn.ch/appuio-cloud-rss.xml"
max_post_count: 4
readme_path: profile/README.md