Skip to content

Commit

Permalink
chore: point to correct repository
Browse files Browse the repository at this point in the history
  • Loading branch information
levivannoort authored Nov 15, 2023
1 parent ead0ccf commit f9b1792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fork-to-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
REF: ${{ fromJSON(steps.get-pr.outputs.result).head.ref }}
PR_NUMBER: ${{ github.event.issue.number }}
run: |
git remote add upstream https://github.com/amplication/amplication.git
git remote add upstream https://github.com/amplication/plugins.git
git fetch --all
git checkout ${{ env.REF }}
git checkout -b pr/${{ env.REF }}-${{ env.PR_NUMBER }}
Expand Down

0 comments on commit f9b1792

Please sign in to comment.