From 940bd1db1f3b9880e8404cf4434d3989ffbe7b92 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:20:38 +0200 Subject: [PATCH] Update sync-branches.yml --- .github/workflows/sync-branches.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index 84853c1..0ad140a 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -16,8 +16,7 @@ jobs: env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} run: | - git checkout stage-live - git pull --all git checkout stage-fork git merge origin/stage-live - git push \ No newline at end of file + git push origin stage-fork +