Skip to content

Cannot deploy if an environment variable contains a whitespace #452

@Thieund

Description

@Thieund

TL;DR

If an environment variable contains a space, the value of --update-env-vars is split into 2 separate parts, and the latter is considered as a new command parameter.

Expected behavior

Can update env vars with spaces

Observed behavior

No response

Action YAML

- id: 'deploy'
        uses: 'google-github-actions/[email protected]'
        with:
          service: 'xxx-dev'
          image: 'xxx'
          env_vars_file: .env

Log output

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions