ci(github-actions): fix github actions update ytdl script

This commit is contained in:
raiper34
2025-03-22 23:39:44 +01:00
parent e4cde8585b
commit 04d8987aa5
+1
View File
@@ -30,6 +30,7 @@ jobs:
if git diff --exit-code; then if git diff --exit-code; then
echo "NO changes detected" echo "NO changes detected"
else else
npm update @distube/ytdl-core -w backend
git config --global user.email "updater@spooty" git config --global user.email "updater@spooty"
git config --global user.name "AutoUpdater" git config --global user.name "AutoUpdater"
git add . git add .