npm-update-bot.yml: add git checkout master
This commit is contained in:
parent
8d8dd516dd
commit
924e0b0353
|
@ -26,6 +26,7 @@ jobs:
|
|||
npm install -g --silent npm-check-updates
|
||||
git clone --depth 1 --quiet https://github.com/wg-easy/wg-easy.git
|
||||
cd wg-easy
|
||||
git checkout master
|
||||
ncu -u
|
||||
npm update
|
||||
cd src
|
||||
|
|
Loading…
Reference in New Issue