diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index c60ec6d..b895576 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: