From b2c304a802785a5a26121042abda9d8bd2d98e80 Mon Sep 17 00:00:00 2001 From: Sam Shervin S <121488288+sam-shervin@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:48:30 +0530 Subject: [PATCH] Update automatedpr.yml --- .github/workflows/automatedpr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatedpr.yml b/.github/workflows/automatedpr.yml index ee86948..d329924 100644 --- a/.github/workflows/automatedpr.yml +++ b/.github/workflows/automatedpr.yml @@ -16,6 +16,6 @@ jobs: - name: Push to Forked Repository run: | git checkout sam-patch - git pull hackhub-24-testdeploy master 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