Skip to content

Commit

Permalink
[CI] Fix running Danger on PRs from forked repos
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Oct 11, 2020
1 parent 8514d3a commit b330944
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: bundle install
- run: bundle exec danger
env:
Expand Down

0 comments on commit b330944

Please sign in to comment.