Skip to content

Commit

Permalink
Update integrate.yml
Browse files Browse the repository at this point in the history
Check out HEAD of the PR branch associated with the GH issue
  • Loading branch information
danielsilva authored Dec 4, 2023
1 parent b52f281 commit 67a40f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
ref: ${{github.event.issue.pull_request.head.ref}}
repository: ${{github.event.issue.pull_request.head.repo.full_name}}
- uses: ruby/setup-ruby@master
- name: Install gems
run: bundle install
Expand Down

0 comments on commit 67a40f2

Please sign in to comment.