mirror of
https://github.com/gaurav-nelson/github-action-markdown-link-check.git
synced 2024-11-25 19:13:43 +03:00
Remove extension output text (not required as .md is default)
This commit is contained in:
parent
c44c6ba908
commit
b147c339ff
@ -21,7 +21,6 @@ BASE_BRANCH="$7"
|
||||
if [ -z "$8" ]; then
|
||||
FILE_EXTENSION="$8"
|
||||
else
|
||||
echo -e "${YELLOW}No file extension specified, using .md as extension.${NC}"
|
||||
FILE_EXTENSION=".md"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user