diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 643fc05..31e4288 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -16,7 +16,7 @@ on: jobs: check-links: - uses: access-nri/documentation-infra/.github/workflows/check_links_workflow.yml@v0.2 + uses: access-nri/documentation-infra/.github/workflows/check_links_workflow.yml@v0.3 with: repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }} commit: ${{ github.event.pull_request.head.sha || github.sha }} @@ -24,4 +24,4 @@ jobs: # readthedocs_yaml: # MODIFY: Uncomment to add .readthedocs.yaml path. If not included, '.readthedocs.yaml' is used. # lychee_config: '/path/to/lychee_config.toml' # MODIFY: Uncomment to add lychee config path. If not included, the one from the ACCESS-NRI/documentation-infra repo gets used. # secrets: # MODIFY: Uncomment the lines below if the repo is private. You also need to create a secret named REPO_READ_TOKEN with a token that has repo read permissions. - # repo_read_token: ${{ secrets.REPO_READ_TOKEN }} \ No newline at end of file + # repo_read_token: ${{ secrets.REPO_READ_TOKEN }}