We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ace23 commit 8e64414Copy full SHA for 8e64414
1 file changed
.github/workflows/danger.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout the Git repository
20
uses: actions/checkout@v3
21
with:
22
- fetch-depth: 100
+ fetch-depth: 40
23
token: ${{ secrets.GITHUB_TOKEN }}
24
ref: ${{ github.event.pull_request.head.ref }}
25
- name: Resolve SwiftPM dependencies
0 commit comments