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 6b5829c commit 56d47e0Copy full SHA for 56d47e0
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
UPSTREAM_BRANCH: ${{ github.event.pull_request.base.sha }}
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
run: |
43
- git fetch --no-tags --depth=2 origin ${{ github.event.pull_request.base.sha }}
+ git fetch --no-tags --depth=1 origin ${{ github.event.pull_request.base.sha }}
44
./.github/scripts/changed-adapters.sh
45
46
deploy:
0 commit comments