Skip to content

Commit

Permalink
Merge pull request #24 from dfinity/checkout-for-forked-repos
Browse files Browse the repository at this point in the history
correctly check out repo
  • Loading branch information
cgundy authored Oct 20, 2023
2 parents f980694 + c569935 commit c181dff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:

- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Close Pull Request
id: close_pr
Expand Down

0 comments on commit c181dff

Please sign in to comment.