Skip to content

Commit

Permalink
Update automatedpr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-shervin authored Mar 25, 2024
1 parent 6a89280 commit 57a3fbf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/automatedpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 57a3fbf

Please sign in to comment.