Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DecimalTurn authored Jul 7, 2024
1 parent 21d2063 commit c08b8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
echo "extensions: '${{ inputs.extensions }}'"
if [[ -z "${{ inputs.extensions }}" ]]; then
echo "🔴 Error: No extensions provided."
echo "Make sure you include the extension input parameter. ie.:"
echo "Make sure you include the extensions input parameter. ie.:"
echo " uses: DecimalTurn/Enforce-CRLF@main"
echo " with:"
echo " extensions: .bas, .frm, .cls"
Expand Down

0 comments on commit c08b8cf

Please sign in to comment.