Skip to content

Commit 33527b8

Browse files
author
GitHub Actions
committed
(chore) updating dist
1 parent 6d59d0a commit 33527b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dist/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ function run() {
237237
.getInput('capabilities', {
238238
required: false
239239
})
240-
.split(',');
240+
.split(',')
241+
.map(capability => capability.trim());
241242
const parameterOverrides = core.getInput('parameter-overrides', {
242243
required: false
243244
});

0 commit comments

Comments
 (0)