Skip to content

Commit

Permalink
(chore) updating dist
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Feb 5, 2024
1 parent 6d59d0a commit 33527b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@ function run() {
.getInput('capabilities', {
required: false
})
.split(',');
.split(',')
.map(capability => capability.trim());
const parameterOverrides = core.getInput('parameter-overrides', {
required: false
});
Expand Down

0 comments on commit 33527b8

Please sign in to comment.