From 396cf0c646097c510a6adcd10a6d1d4767025eb6 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:44:50 +0200 Subject: [PATCH] Update sync-branches.yml --- .github/workflows/sync-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index ec541f4..575731a 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -25,4 +25,4 @@ jobs: git log -n 5 --oneline > commit_history_fork.txt cat commit_history_fork.txt git merge origin/stage-live - git push orgin stage-fork + git push origin stage-fork