[Bug]: Cannot read response->item->title #202
-
Describe the bug
Expected behavior Screenshots Workflow Yml Used name: Latest blog post workflow
on:
schedule: # Run workflow automatically
- cron: '0 * * * *' # Runs every hour, on the hour
workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly
permissions:
contents: write # To write the generated contents to the readme
jobs:
update-readme-with-blog:
name: Update this repo's README with latest blog posts
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Pull in dev.to posts
uses: gautamkrishnar/blog-post-workflow@v1
with:
feed_list: "https://blog.musnow.top/atom.xml"
date_format: yy-mm-dd Additional context I think it may be a connection error. I tried follow url's (they are all the same website), the issue is still there https://blog.musnow.top/atom.xml # cdn
https://blog1.musnow.top/atom.xml # netlify
https://musnows.github.io/atom.xml # github pages |
Beta Was this translation helpful? Give feedback.
Answered by
gautamkrishnar
Mar 17, 2023
Replies: 1 comment 1 reply
-
@musnows it is because one of your posts doesn't have a title in the RSS feed. This is not a bug. You can fix it in your website or you can use the following:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
musnows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@musnows it is because one of your posts doesn't have a title in the RSS feed. This is not a bug. You can fix it in your website or you can use the following: