From 04d8987aa51a8887bf1b8b41e8680c2db9530bef Mon Sep 17 00:00:00 2001 From: raiper34 Date: Sat, 22 Mar 2025 23:39:44 +0100 Subject: [PATCH] ci(github-actions): fix github actions update ytdl script --- .github/workflows/update-ytdl.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-ytdl.yml b/.github/workflows/update-ytdl.yml index ee70084..a70a5d4 100644 --- a/.github/workflows/update-ytdl.yml +++ b/.github/workflows/update-ytdl.yml @@ -30,6 +30,7 @@ jobs: if git diff --exit-code; then echo "NO changes detected" else + npm update @distube/ytdl-core -w backend git config --global user.email "updater@spooty" git config --global user.name "AutoUpdater" git add .