Skip to content

Commit ddf728a

Browse files
authored
Fix markdown links job (#255)
1 parent 564f9de commit ddf728a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master
10-
- uses: gaurav-nelson/github-action-markdown-link-check@v1.0.13
10+
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
1111
with:
1212
use-quiet-mode: 'yes'

0 commit comments

Comments
 (0)