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