Latest SAP Ariba Extensibility blog posts in SAP Community workflow #1309
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Latest SAP Ariba Extensibility blog posts in SAP Community workflow | |
on: | |
schedule: | |
# Runs every day at 18:05 | |
- cron: '5 18 * * *' | |
workflow_dispatch: | |
jobs: | |
update-readme-with-blog: | |
name: Update this repo's README with latest blog posts related to SAP Ariba Extensibility in SAP Community | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: gautamkrishnar/blog-post-workflow@master | |
with: | |
comment_tag_name: "SAP-COMMUNITY-ARIBA-EXTENSIBILITY" | |
accept_header: "*/*" | |
feed_list: "https://community.sap.com/khhcw49343/rss/search?q=tags:SAP%20Ariba%20Extensibility" |