optimize workflow

This commit is contained in:
Stille 2022-02-04 16:59:47 +08:00
parent e9463c631d
commit 50ea2c3464
1 changed files with 9 additions and 3 deletions

View File

@ -7,10 +7,16 @@ on:
jobs:
update-readme-with-blog:
name: Update this repo's README with latest blog posts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
- name: Checkout
uses: actions/checkout@v2
- name: Update this repo's README with latest blog posts
uses: gautamkrishnar/blog-post-workflow@master
with:
feed_list: "https://www.ioiox.com/feed"
- name: Notification - Failure
if: ${{ failure() }}
run: |
echo "Failed to update README with latest blog posts"