Files
steve/.github/workflows/youtube-workflow.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: EOF
steve 165cf342f2 Disable YouTube video update workflow
Comment out the YouTube workflow configuration in the YAML file.
2026-05-05 10:20:20 -06:00

18 lines
512 B
YAML

#name: Latest YouTube Videos
#on:
# schedule:
# # Runs every hour
# - 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=UCEQdgJr_yLFHarIbXWfDIzw"