Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 333 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 333 Bytes

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.'