Skip to content

Commit

Permalink
fix: path to action.yml [sc-00]
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Oct 12, 2023
1 parent 4ed4d7d commit d17203b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/link-checker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ outputs:
description: 'Report of links'
runs:
using: 'docker'
image: '.github/link-checker/Dockerfile'
image: 'Dockerfile'
args:
- ${{ inputs.url }}
- ${{ inputs.honorRobotExclusions }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Check for broken links
id: link-report
# uses: celinekurpershoek/link-checker@v1.0.2
uses: ./.github/link-checker/action.yml
uses: './.github/link-checker'
continue-on-error: true
with:
url: "https://${{ steps.vercel_preview_url.outputs.preview_url }}/docs"
Expand Down

0 comments on commit d17203b

Please sign in to comment.