Run On List Action Allows you to run a command for each item in a list. The list must be JSON formatted. Usage - uses: Stockopedia/action-run-on-list with: list: '["one", "two", "three"]' command: | echo $item