From 8a2f405daa43b1e698ea848c000af5718593f879 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:57:30 +0100 Subject: [PATCH] npm-update-bot.yml: always checkout to 'wg-easy/wg-easy' --- .github/workflows/npm-update-bot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index c60ec6d3..b8955761 100644 --- a/.github/workflows/npm-update-bot.yml +++ b/.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: