From 0578065875990cd5a31d7a6e39ec80a5e032d771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michalina=20Ciencia=C5=82a?= <78352137+michalinacienciala@users.noreply.github.com> Date: Fri, 20 Oct 2023 18:27:18 +0200 Subject: [PATCH] Update sync-branches.yml --- .github/workflows/sync-branches.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index 0ad140a..5d9d1a9 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -16,6 +16,7 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} run: | + git pull --all git checkout stage-fork git merge origin/stage-live git push origin stage-fork