Skip to content

Commit

Permalink
Update youtube-cards.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Silent-Watcher authored Sep 23, 2024
1 parent 36102b0 commit c7a0769
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/youtube-cards.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: GitHub Readme YouTube Cards
on:
schedule:
# Runs every hour, on the hour
- cron: "0 * * * *"
workflow_dispatch:
# name: GitHub Readme YouTube Cards
# on:
# schedule:
# # Runs every hour, on the hour
# - cron: "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: UCiRap1UoqS1OS3E5vbVLE9Q
# 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: UCiRap1UoqS1OS3E5vbVLE9Q

0 comments on commit c7a0769

Please sign in to comment.