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 1/2] 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 From 9b206ebc629546661d4fb9f06affe417a178a327 Mon Sep 17 00:00:00 2001 From: Andreas <41864446+a-waider@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:40:40 +0100 Subject: [PATCH 2/2] Aktualisieren von npm-update-bot.yml --- .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 25700040..559da4df 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: ${{github.repository}} + repository: ${{ github.repository }} ref: master - name: Setup Node uses: actions/setup-node@v4