Skip to content

Conversation

@YaSuenag
Copy link
Member

Types of changes

  • Enhancement (project structure, spelling, grammar, formatting)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

A description of the changes proposed in the Pull Request

We've introduced to replace placeholders with environment variable or parameters in inputs, but the replacement enforces string type. For example timestamp as Date would be string without JSON.strigify(), it makes incorrect parameter in HTTP request body in JSON.
This PR keeps original type if entier of parameter are needed to be replaced. Note that the result would be string if the replacement happens as a part of string like aaa ${env.BBB} ccc`.

@YaSuenag YaSuenag merged commit 871e143 into main Jan 22, 2026
2 checks passed
@YaSuenag YaSuenag deleted the param-improvement branch January 22, 2026 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants