npm-update-bot.yml: fixup clone 'wg-easy/wg-easy'

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

View File

@ -1,8 +1,6 @@
name: NPM Update Bot 🤖
on:
push:
branches: [ "wg-easy:master" ]
schedule:
- cron: "0 0 * * *"
@ -26,6 +24,8 @@ jobs:
- name: Bot 🤖 "Updating NPM Packages..."
run: |
npm install -g --silent npm-check-updates
git clone --depth 1 --quiet https://github.com/wg-easy/wg-easy.git
cd wg-easy
ncu -u
npm update
cd src