Projects
Recent projects
Recent contributions
Skip checking a github action step if its not an array as its possibly a templated string.
In gh actions a valid config is ${{ toJSON(steps) }}
which breaks the plugins parsing. if we see a string we should just skip those steps
Read more...