Skip to content
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ runs:
run: |
ALL=2147483647
cd gitstream && cd repo
git config checkout.defaultRemote origin
git fetch --deepen=$ALL origin $'${{ steps.safe-strings.outputs.base_ref }}'
git remote add upstream $'${{ steps.safe-strings.outputs.url }}'
git fetch --deepen=$ALL upstream $'${{ steps.safe-strings.outputs.head_ref }}'
Expand Down