cliffano/Command Loop GitHub Action

A simple GitHub Action for running a shell command in a loop against a list of items

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
itemsList of items defined in a comma and/or space-separated string, or custom delimiters yes
commandShell command to be executed in a loop, each run can access an item from the list via $ITEM yes
delimitersItems string delimiters, separated by pipe character, default: ", |,| " (comma followed by space, comma, space) no, | |,

no outputs