Allows the publish.yaml workflow_dispatch to be run using any branch in this repo. See this test repo for the updated action. You can run_workflow here with an optional github branch argument. To demonstrate that it worked, this branch another-branch, which has the file src/file-on-branch-only was promoted from the branch in this action run to latest/candidate, which can be confirmed through juju download ca-scribner-test-charm --channel latest/candidate
Allows the publish.yaml
workflow_dispatch
to be run using any branch in this repo. See this test repo for the updated action. You can run_workflow here with an optional github branch argument. To demonstrate that it worked, this branchanother-branch
, which has the filesrc/file-on-branch-only
was promoted from the branch in this action run tolatest/candidate
, which can be confirmed throughjuju download ca-scribner-test-charm --channel latest/candidate