Browse Source
npm-update-bot.yml: add git checkout master
pull/389/head
Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.github/workflows/npm-update-bot.yml
|
@ -26,6 +26,7 @@ jobs: |
|
|
npm install -g --silent npm-check-updates |
|
|
npm install -g --silent npm-check-updates |
|
|
git clone --depth 1 --quiet https://github.com/wg-easy/wg-easy.git |
|
|
git clone --depth 1 --quiet https://github.com/wg-easy/wg-easy.git |
|
|
cd wg-easy |
|
|
cd wg-easy |
|
|
|
|
|
git checkout master |
|
|
ncu -u |
|
|
ncu -u |
|
|
npm update |
|
|
npm update |
|
|
cd src |
|
|
cd src |
|
|