Skip to content

Commit

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

0 comments on commit 588efc9

Please sign in to comment.