Skip to content

Commit

Permalink
Merge pull request #1314 from github/add-ref-for-checkout-action
Browse files Browse the repository at this point in the history
Add the missing ref to the checkout action for the build job
  • Loading branch information
ArinGhazarian authored Dec 10, 2024
2 parents 8beedac + 68f0e36 commit 802bc1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: 'refs/pull/${{ github.event.inputs.pr_number }}/merge'
fetch-depth: 0

- name: Setup .NET
uses: actions/setup-dotnet@v2
Expand Down

0 comments on commit 802bc1f

Please sign in to comment.