Enhancement Proposal
Sometimes you want to release a charm without having to push a commit. Currently, this would fail if you depend on the channels action, as it's inspecting the event for certain characteristics. There are two options to solving this:
- Make the action aware of workflow_dispatch events and redirect them appropriately.
- Fall back to
latest/edge whenever we're unable to determine the channel from the event data.
Enhancement Proposal
Sometimes you want to release a charm without having to push a commit. Currently, this would fail if you depend on the
channelsaction, as it's inspecting the event for certain characteristics. There are two options to solving this:latest/edgewhenever we're unable to determine the channel from the event data.