actions / publish-immutable-action

A GitHub Action used for publishing an Action to ghcr.io as an OCI container.
MIT License
42 stars 7 forks source link

Does this support sub-path actions? #217

Open stevehipwell opened 2 weeks ago

stevehipwell commented 2 weeks ago

Does this action currently (it doesn't look like it) or intend to support creating actions at a sub path rather than at the repo root?

There are a large number of widely used actions that follow this pattern.