-
-
Notifications
You must be signed in to change notification settings - Fork 289
Closed
Labels
invalidNot a bug or feature requestNot a bug or feature request
Description
Describe the bug
I have a workflow that draws from Youtube. For many months, I have used it and it worked perfectly but now it seems to fail.
When I enter the link https://www.youtube.com/feeds/videos.xml?channel_id=XXXX
in my browser, I get all my data.
Expected behavior
I expect the workflow to get the required contents and updated my README.md accordingly.
Workflow Yml Used
name: YouTube Videos
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
jobs:
update-readme-with-youtube:
name: Update this repo's README with latest videos from YouTube
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gautamkrishnar/blog-post-workflow@master
with:
comment_tag_name: "YOUTUBE"
feed_list: "https://www.youtube.com/feeds/videos.xml?channel_id=XXX"
Note: The link has been double tested. There is no problem there.
Metadata
Metadata
Assignees
Labels
invalidNot a bug or feature requestNot a bug or feature request