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
|
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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user