From 57a3fbf87c98f6dc066b4332636917711e0f1cc5 Mon Sep 17 00:00:00 2001 From: Sam Shervin S <121488288+sam-shervin@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:47:23 +0530 Subject: [PATCH] Update automatedpr.yml --- .github/workflows/automatedpr.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/automatedpr.yml b/.github/workflows/automatedpr.yml index ba85440..e103ac0 100644 --- a/.github/workflows/automatedpr.yml +++ b/.github/workflows/automatedpr.yml @@ -13,14 +13,8 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - - name: Pull changes from origin (upstream) - run: git pull origin sam-patch - - - name: Fetch latest changes from remote (hackhub-24-testdeploy) - run: git fetch origin - - name: Push to Forked Repository run: | - git pull origin sam-patch + git checkout sam-patch git remote add hackhub-24-testdeploy https://github.com/sam-shervin/hackhub-24-testdeploy git push hackhub-24-testdeploy sam-patch:master