Skip to content

Commit 56d47e0

Browse files
committed
fetch-depth: 2/1
1 parent 6b5829c commit 56d47e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
UPSTREAM_BRANCH: ${{ github.event.pull_request.base.sha }}
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
run: |
43-
git fetch --no-tags --depth=2 origin ${{ github.event.pull_request.base.sha }}
43+
git fetch --no-tags --depth=1 origin ${{ github.event.pull_request.base.sha }}
4444
./.github/scripts/changed-adapters.sh
4545
4646
deploy:

0 commit comments

Comments
 (0)