We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38dc127 commit 1ddcfa8Copy full SHA for 1ddcfa8
action.yml
@@ -86,7 +86,7 @@ runs:
86
- name: Checkout Pull Request branches history
87
shell: bash
88
run: |
89
- ALL=2147483647
+ ALL=1
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