Increase fetch depth for danger workflow (#9117)

pull/9119/head
Cyril Rohr 4 years ago committed by GitHub
parent 56352cb9a2
commit 11ef17dfd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/test-core.yml

@ -21,6 +21,8 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 50
- uses: danger/danger@master
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save