Skip to content

fix: #814 delimiter not working for multi-value parameters#1352

Open
KamalArya wants to merge 2 commits into
mainfrom
bugfix/delimiter-envnames
Open

fix: #814 delimiter not working for multi-value parameters#1352
KamalArya wants to merge 2 commits into
mainfrom
bugfix/delimiter-envnames

Conversation

@KamalArya
Copy link
Copy Markdown
Collaborator

Pull Request

Summary

When passing multiple values in multi-value parameters (such as ENV_NAMES) using the escaped newline sequence (\n), both GitHub and GitLab pipelines treat the entire value as a single literal string, rather than splitting it into separate values

Issue

Fixes #814

Breaking Change?

  • Yes
  • No

If yes, describe the breaking change and its impact (e.g., API changes, behavior changes, or required updates for users).

Scope / Project

Specify the component, module, or project area affected by this change (e.g., docs, actions, workflows).

Implementation Notes

Added check for "\n" while handling delimiters

Tests / Evidence

Describe how the changes were verified, including:

  • added unit tests

Additional Notes

Leave blank if not applicable.

* fix: added literel newline delimitter for handling multi-value envnames

* fix: Added test cases
@github-actions github-actions Bot added the bug label May 15, 2026
@KamalArya KamalArya marked this pull request as ready for review May 15, 2026 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants