Skip to content

Commit

Permalink
correctly check out repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Oct 20, 2023
1 parent f980694 commit c569935
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 c569935

Please sign in to comment.