Browse Source

npm-update-bot.yml: always checkout to 'wg-easy/wg-easy'

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

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

@ -2,7 +2,7 @@ name: NPM Update Bot 🤖
on:
push:
branches: [ "wg-easy:master" ]
branches: [ "master" ]
schedule:
- cron: "0 0 * * *"
@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
repository: wg-easy/wg-easy
- name: Setup Node
uses: actions/setup-node@v4
with:

Loading…
Cancel
Save