ci(github-actions): fix github actions update ytdl script
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user