We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5c126 commit d42171eCopy full SHA for d42171e
.github/workflows/build-check-install.yaml
@@ -309,6 +309,7 @@ jobs:
309
uses: actions/checkout@v4.1.1
310
if: github.event_name == 'pull_request'
311
with:
312
+ ref: ${{ steps.branch-name.outputs.head_ref_branch }}
313
path: ${{ github.event.repository.name }}
314
repository: ${{ github.event.pull_request.head.repo.full_name }}
315
fetch-depth: 0
0 commit comments