pull/235/head
mdugdale 2021-03-29 01:05:33 +01:00
parent ef6594f59f
commit 39b58eb300
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -436,7 +436,7 @@ class AWS {
ParameterKey: 'BUILDID',
ParameterValue: buildUid,
},
...secrets
...secrets,
],
}).promise();
core.info('Creating build cluster...');

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -265,7 +265,7 @@ class AWS {
ParameterKey: 'BUILDID',
ParameterValue: buildUid,
},
...secrets
...secrets,
],
}).promise();
core.info('Creating build cluster...');