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