From 3d6349113ccb54b5c05532c7ba0f859ef359036f Mon Sep 17 00:00:00 2001 From: Andreas <41864446+a-waider@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:39:00 +0100 Subject: [PATCH] Aktualisieren von npm-update-bot.yml fix job --- .github/workflows/npm-update-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index 03af94b4..25700040 100644 --- a/.github/workflows/npm-update-bot.yml +++ b/.github/workflows/npm-update-bot.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - repository: wg-easy/wg-easy + repository: ${{github.repository}} ref: master - name: Setup Node uses: actions/setup-node@v4