mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-10 14:18:37 +03:00
[ci] Fix update wiki workflow (#16448)
Fix 40ffb79d49
Authored by: bashonly
This commit is contained in:
@@ -27,6 +27,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Push to wiki
|
- name: Push to wiki
|
||||||
run: |
|
run: |
|
||||||
git remote add upstream git@github.com:yt-dlp/yt-dlp.wiki
|
git remote add upstream https://github.com/yt-dlp/yt-dlp.wiki.git
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
git push --force upstream master
|
git push --force upstream master
|
||||||
|
|||||||
Reference in New Issue
Block a user