From 5c76b5e43fc7862212941624c70606ceefa509b0 Mon Sep 17 00:00:00 2001 From: Sam Shervin S <121488288+sam-shervin@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:52:16 +0530 Subject: [PATCH] Update automatedpr.yml --- .github/workflows/automatedpr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/automatedpr.yml b/.github/workflows/automatedpr.yml index d329924..bade114 100644 --- a/.github/workflows/automatedpr.yml +++ b/.github/workflows/automatedpr.yml @@ -16,6 +16,7 @@ jobs: - name: Push to Forked Repository run: | git checkout sam-patch + git config pull.rebase false git remote add hackhub-24-testdeploy https://github.com/sam-shervin/hackhub-24-testdeploy git pull hackhub-24-testdeploy master git push hackhub-24-testdeploy sam-patch:master