Skip to content

Commit

Permalink
IAM-448-Add channel-base parameter to release-charm action (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencekov committed Sep 8, 2023
1 parent d011e13 commit dd83eef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
github-token: ${{ secrets.GITHUB_TOKEN }}
destination-channel: ${{ github.event.inputs.destination-channel }}
origin-channel: ${{ github.event.inputs.origin-channel }}
origin-channel: ${{ github.event.inputs.origin-channel }}
base-channel: '22.04'

0 comments on commit dd83eef

Please sign in to comment.