cliffano/Command Loop GitHub Action
A simple GitHub Action for running a shell command in a loop against a list of items
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| items | List of items defined in a comma and/or space-separated string, or custom delimiters | yes | — |
| command | Shell command to be executed in a loop, each run can access an item from the list via $ITEM | yes | — |
| delimiters | Items string delimiters, separated by pipe character, default: ", |,| " (comma followed by space, comma, space) | no | , | |, |
Outputs
no outputs