We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a30bb1 commit 15a362fCopy full SHA for 15a362f
action.yml
@@ -86,7 +86,7 @@ runs:
86
- name: Checkout Pull Request branches history
87
shell: bash
88
run: |
89
- ALL=1000
+ ALL=0
90
cd gitstream && cd repo
91
git fetch --deepen=$ALL origin $'${{ steps.safe-strings.outputs.base_ref }}'
92
git remote add upstream $'${{ steps.safe-strings.outputs.url }}'
0 commit comments