Channel input is not respected
tomer-ds opened this issue · comments
Describe the bug
The usage of the input channel
is not logged and does not take effect within the step, and the resulting release ends up in the default channel
To Reproduce
Steps to reproduce the behavior:
- Ensure there are no version rules on any of the channels in the project as this will interfere and we do not use this pattern
- Configure the step
- Add the input
with:
channel: PullRequest
- Run the workflow
- See lack of channel mentioned in step setup
- See release being created in Project's default channel "Develop" instead of PullRequest
Expected behavior
Log output will show that the channel input has been supplied and which what value
The release will be created on correct selected channel or we will get an error is channel version rules conflict with the channel selection
Desktop (please complete the following information):
Runs in Github Workflows on ubuntu-latest runner
Additional context
Add any other context about the problem here.
My bad...
I was passing the wrong value to the input