frantjc / sequence

MIT License
0 stars 0 forks source link

sqnc plugin uses ACTION #2

Closed frantjc closed 2 years ago

frantjc commented 2 years ago

i would like for the sqnc cli to have the following functionality:

sqnc plugin uses --git=/path/to/git ACTION [PATH]

should:

when converting an action to a step, ignore the existence of actions that have runs.using set to "composite", "Dockerfile" or runs.plugin to anything -- we will deal with those later if at all

additionally, ignore the case of an action using contexts e.g. ${{ github.sha }} -- we will deal with that later as well

if runs.using is "node12" or "node16", then the image should be node:12 or node:16 respectively :)