Skip to content

[Extractors] Fix typo #61

[Extractors] Fix typo

[Extractors] Fix typo #61

Workflow file for this run

name: Build wiki
on:
push:
branches:
master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ssh-key: ${{ secrets.TOKEN }}
- name: Push to wiki
env:
TOKEN: ${{ secrets.TOKEN }}
if: env.TOKEN != ''
run: |
git remote add upstream [email protected]:yt-dlp/yt-dlp.wiki
git fetch upstream
git push --force upstream master