Skip to content

Commit 802bc1f

Browse files
author
Arin Ghazarian
authored
Merge pull request #1314 from github/add-ref-for-checkout-action
Add the missing ref to the checkout action for the build job
2 parents 8beedac + 68f0e36 commit 802bc1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19+
with:
20+
ref: 'refs/pull/${{ github.event.inputs.pr_number }}/merge'
21+
fetch-depth: 0
1922

2023
- name: Setup .NET
2124
uses: actions/setup-dotnet@v2

0 commit comments

Comments
 (0)