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 0e335c0 commit 5253a1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/automatedpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Pull changes from remote
- 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 remote add hackhub-24-testdeploy https://github.com/sam-shervin/hackhub-24-testdeploy
Expand Down

0 comments on commit 5253a1a

Please sign in to comment.