Skip to content

Commit

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

0 comments on commit b52f281

Please sign in to comment.