Skip to content

Commit e01c913

Browse files
Use fetch-depth:0
1 parent 32f6ed8 commit e01c913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-review-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
ref: main
7878
repository: ${{ env.TESTING_REPO }}
7979
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
80+
fetch-depth: 0 # Do not use this because we want to test what happens when fetch-depth is not set
8181

8282
- name: Setup - Checkout this action (git-version-lite) into a 'gvl' subdirectory
8383
if: always()

0 commit comments

Comments
 (0)