Browse Source

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

pull/389/head
Philip H 1 year ago
committed by GitHub
parent
commit
924e0b0353
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/npm-update-bot.yml

1
.github/workflows/npm-update-bot.yml

@ -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…
Cancel
Save