diff options
author | Michael C <[email protected]> | 2023-07-07 03:14:49 -0400 |
---|---|---|
committer | Michael C <[email protected]> | 2023-07-07 03:14:49 -0400 |
commit | 21bce341f012e64711b306f504e92f94a36d7287 (patch) | |
tree | 75d0c7ea41754bba881a6e0e9c94947f375c0255 /.github | |
parent | 0d9c3dc807d52101c7196551921deb8d68c01221 (diff) | |
download | SponsorBlock-21bce341f012e64711b306f504e92f94a36d7287.tar.gz SponsorBlock-21bce341f012e64711b306f504e92f94a36d7287.zip |
support piped instances in invidious list
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/updateInvidous.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/updateInvidous.yml b/.github/workflows/updateInvidous.yml index 29b42af8..0dcf556c 100644 --- a/.github/workflows/updateInvidous.yml +++ b/.github/workflows/updateInvidous.yml @@ -11,9 +11,10 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - - name: Download instance list + - name: Download instance lists run: | - wget https://api.invidious.io/instances.json -O ci/data.json + wget https://api.invidious.io/instances.json -O ci/invidious_instances.json + wget https://github.com/TeamPiped/piped-uptime/raw/master/history/summary.json -O ci/piped_instances.json - name: Install dependencies run: npm ci - name: "Run CI" @@ -24,7 +25,7 @@ jobs: # v4.2.3 with: commit-message: Update Invidious List - author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> + author: github-actions[bot] <github-actions[bot]@users.noreply.github.com> branch: ci/update_invidious_list title: Update Invidious List body: Automated Invidious list update
\ No newline at end of file |