Skip to content

Document about environment variable escaping #492

@whizsid

Description

@whizsid

TL;DR

I used this action to deploy an application which interacting with the Cloud SQL. I escaped the password by wrapping with double quotes. Then I got an error when connecting to SQL. I spent some time to debug it. Then I discovered that this action is using parseKVString from google action utilities and it is escaping characters using backslashes. We can avoid such problems by clearly documenting it.

Detailed design

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions