delete environment variable from parameters after templating

pull/263/head
Frostebite 2021-05-02 03:14:05 +01:00
parent fe9c64c839
commit 610e21cfed
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -526,6 +526,7 @@ class AWS {
containerDefinitionSecretTemplate, containerDefinitionSecretTemplate,
taskDefCloudFormation.slice(indexp3), taskDefCloudFormation.slice(indexp3),
].join(''); ].join('');
delete secret.EnvironmentVariable;
} }
core.info(taskDefCloudFormation); core.info(taskDefCloudFormation);
yield CF.createStack({ yield CF.createStack({

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -394,6 +394,7 @@ class AWS {
containerDefinitionSecretTemplate, containerDefinitionSecretTemplate,
taskDefCloudFormation.slice(indexp3), taskDefCloudFormation.slice(indexp3),
].join(''); ].join('');
delete secret.EnvironmentVariable;
} }
core.info(taskDefCloudFormation); core.info(taskDefCloudFormation);