We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f6ed8 commit e01c913Copy full SHA for e01c913
.github/workflows/build-and-review-pr.yml
@@ -77,7 +77,7 @@ jobs:
77
ref: main
78
repository: ${{ env.TESTING_REPO }}
79
ssh-key: ${{ secrets.SSH_KEY_TESTING_REPO }}
80
- # fetch-depth: 0 # Do not use this because we want to test what happens when fetch-depth is not set
+ fetch-depth: 0 # Do not use this because we want to test what happens when fetch-depth is not set
81
82
- name: Setup - Checkout this action (git-version-lite) into a 'gvl' subdirectory
83
if: always()
0 commit comments