You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:latest/edge
whenever we're unable to determine the channel from the event data.The text was updated successfully, but these errors were encountered: