npm-update-bot.yml: add git checkout master

This commit is contained in:
Philip H 2024-01-05 00:44:13 +01:00 committed by GitHub
parent 8d8dd516dd
commit 924e0b0353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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