Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
poseiso authored May 14, 2024
1 parent 955bac2 commit 94d9b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: sudo apt-get install python3-pip && pip install yt-dlp

- name: Capture Frame
run: ffmpeg -i "$(yt-dlp -g url | head -n 1)" -vframes 1 capture.jpg
run: ffmpeg -i "$(yt-dlp -g https://www.youtube.com/watch?v=moQtMet7F7w | head -n 1)" -vframes 1 capture.jpg

- name: Commit and Push changes
run: |
Expand Down

0 comments on commit 94d9b43

Please sign in to comment.