From 7d936e514f08aca4c51bf505cb0b213ae5895a74 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Tue, 24 Oct 2023 18:55:35 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff47689..a73aeb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: - name: Checkout 🛎 uses: actions/checkout@v2 with: + repository: yuriy0803/open-etc-pool-friends + ref: master path: 'new-web' # Hier wird das Verzeichnis spezifiziert - name: Setup Node.js and Yarn 🏗