Skip to content

Commit

Permalink
ci(danger): use pr head instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytelife26 committed May 24, 2021
1 parent 4c5946a commit 6b9ef53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: "[INIT] Checkout repository"
uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- name: "[INIT] Install Ruby ${{ matrix.ruby }}"
uses: ruby/setup-ruby@v1.71.0
with:
Expand Down

0 comments on commit 6b9ef53

Please sign in to comment.