Skip to content

Commit

Permalink
Maybe this?
Browse files Browse the repository at this point in the history
  • Loading branch information
M. J. Fromberger committed Apr 13, 2022
1 parent 94403be commit d023201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdown-links.yml
Expand Up @@ -11,13 +11,13 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Work around https://github.com/actions/checkout/pull/760
run: git config --global --add safe.directory $GITHUB_WORKSPACE
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6.0.1
with:
PATTERNS: |
**/**.md
- name: Work around https://github.com/actions/checkout/pull/760
run: git config --global --add safe.directory '/github/workspace'
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.14
with:
check-modified-files-only: 'yes'
Expand Down

0 comments on commit d023201

Please sign in to comment.