From 500d349892aea758c0915d6ffaaae5920cd6b29c Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:00:22 +0100 Subject: [PATCH] npm-update-bot.yml: always checkout to master branch --- .github/workflows/npm-update-bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index b8955761..b45cd712 100644 --- a/.github/workflows/npm-update-bot.yml +++ b/.github/workflows/npm-update-bot.yml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v4 with: repository: wg-easy/wg-easy + ref: master - name: Setup Node uses: actions/setup-node@v4 with: