Skip to content

Commit 76905bc

Browse files
committed
fix my bork
1 parent cbbe0a0 commit 76905bc

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
@@ -23,7 +23,7 @@ jobs:
2323
echo '## Results: ' >> $GITHUB_STEP_SUMMARY
2424
echo 'To view the results of this GitHub action, do the following:' >> $GITHUB_STEP_SUMMARY
2525
echo '1. Click to the _Job summary generated at run-time_ at the bottom of this page.' >> $GITHUB_STEP_SUMMARY
26-
echo '2. Click the `>` next to _Run gaurav-nelson/github-action-markdown-link-check@v1_
26+
echo '2. Click the `>` next to _Run gaurav-nelson/github-action-markdown-link-check@v1_ ' >> $GITHUB_STEP_SUMMARY
2727
echo '3. In the search field (upper right hand corner), type _MARKDOWN LINK CHECK_. The log jumps to the output of the markdown-link-check action.' >> $GITHUB_STEP_SUMMARY
2828
echo '4. Look through the log lines below the _=========================> MARKDOWN LINK CHECK <=========================_ line. ' >> $GITHUB_STEP_SUMMARY
2929
echo ' If a dead link was found, it, will be listed below the _ERROR_ line, along with the status code. Find the link in your markdown and fix it.' >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)