Skip to content

The render action does not delete environment variables that are no longer passed to it #300

Open
@scott-doyland-burrows

Description

@scott-doyland-burrows

If I set my envars as:

environment-variables: |
  a=1
  b=2

but then later change it to be:

environment-variables: |
  c=3
  d=4

I end up with all four envars defined in the ECS task. But should only have the last two defined.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions