Unverified Commit 8de469cf authored by Nate Mailhot's avatar Nate Mailhot Committed by GitHub
Browse files

fix: Check merge commit rather than head commit in docs-link-check.yml (#3851)


Signed-off-by: default avatarNate Mailhot <nmailhot@nvidia.com>
parent 7731b024
...@@ -79,11 +79,6 @@ jobs: ...@@ -79,11 +79,6 @@ jobs:
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
# For pull_request events, use the PR head (commit from the contributor's branch/repo)
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}
fetch-depth: 0
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment