/word-count-action

Primary LanguageJavaScriptMIT LicenseMIT

Word Count JavaScript action

This action counts the number of words provided.

Inputs

words

Required The string of words to count. Default "one two three"

Outputs

count

The number of words

Example usage

uses: ryanbraganza/word-count-action@v6
with:
  words: 'Stay inside. Do not go out.'