mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-26 13:20:11 +03:00
npm-update-bot.yml: revert: only push on master from wg-easy
This commit is contained in:
parent
924e0b0353
commit
cea05caa53
1 changed files with 2 additions and 3 deletions
5
.github/workflows/npm-update-bot.yml
vendored
5
.github/workflows/npm-update-bot.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: NPM Update Bot 🤖
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "wg-easy:master" ]
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
|
@ -24,9 +26,6 @@ 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
|
||||
git checkout master
|
||||
ncu -u
|
||||
npm update
|
||||
cd src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue