From cb462f7c290bed3a32eb17c810d4126abebe55f4 Mon Sep 17 00:00:00 2001 From: Piotr <36678620+PiotrIw@users.noreply.github.com> Date: Sat, 14 Dec 2024 17:25:51 +0100 Subject: [PATCH] Update web.yml --- .github/workflows/web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 96e904865..520f2860e 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -57,7 +57,7 @@ jobs: # Fetch the latest remote changes for the base branch echo "Fetching latest changes for the base branch..." git fetch origin - git pull origin + git pull origin ${{ github.event.pull_request.head.ref }}" # # Rebase onto the base branch to ensure the branch is up-to-date # echo "Rebasing changes onto the base branch..."