2022-02-13 08:41:06 +01:00
|
|
|
name: Rebase on Upstream
|
|
|
|
|
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
- cron: "0 0 * * *"
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
rebase:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@master
|
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
2023-07-02 14:26:27 +02:00
|
|
|
token: ${{ secrets.GH_PAT }}
|
|
|
|
- uses: ytdl-org/ytdl-patched-rebase-upstream-action@master
|
2022-02-13 08:41:06 +01:00
|
|
|
with:
|
|
|
|
token: ${{ secrets.GH_PAT }}
|
2023-07-02 14:26:27 +02:00
|
|
|
upstream: ytdl-org/youtube-dl
|