We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c4eb5 commit 12e337aCopy full SHA for 12e337a
.github/workflows/release.yaml
@@ -40,9 +40,9 @@ jobs:
40
with:
41
credentials: ${{ secrets.CHARMHUB_TOKEN }}
42
github-token: ${{ secrets.GITHUB_TOKEN }}
43
- destination-channel: ${{ github.event.inputs.destination-channel }}
44
- origin-channel: ${{ github.event.inputs.origin-channel }}
+ destination-channel: ${{ inputs.destination-channel }}
+ origin-channel: ${{ inputs.origin-channel }}
45
46
# for multi charm repo
47
- tag-prefix: ${{ github.event.inputs.charm-name }}
48
- charm-path: charms/${{ github.event.inputs.charm-name }}
+ tag-prefix: ${{ inputs.charm-name }}
+ charm-path: charms/${{ inputs.charm-name }}
0 commit comments