Skip to content

LAP-Tutotials GitHub Readme YouTube Cards #9300

LAP-Tutotials GitHub Readme YouTube Cards

LAP-Tutotials GitHub Readme YouTube Cards #9300

Workflow file for this run

name: LAP-Tutotials GitHub Readme YouTube Cards
on:
schedule:
# Runs every hour, on the hour
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
# Allow the job to commit to the repository
permissions:
contents: write
# Run the GitHub Readme YouTube Cards action
steps:
- uses: DenverCoder1/github-readme-youtube-cards@main
with:
channel_id: UCcrvHbgE3u_eDfYm6iJKEvg
lang: en
comment_tag_name: LAP-TUTORIALS-YOUTUBE-CARDS
background_color: "#121212"
title_color: "#FBFBFD"
stats_color: "#8a2be2"
readme_path: "./profile/README.md"
theme_context_light: '{ "background_color": "#121212", "title_color": "#FBFBFD", "stats_color": "#8a2be2" }'
theme_context_dark: '{ "background_color": "#121212", "title_color": "#FBFBFD", "stats_color": "#8a2be2" }'