We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14947fa + 8a7cf12 commit f77ac2bCopy full SHA for f77ac2b
index.js
@@ -6,7 +6,7 @@ const exeq = require('exeq')
6
const inputs = {
7
AWS_ACCESS_KEY_ID: core.getInput('aws-access-key-id'),
8
AWS_SECRET_ACCESS_KEY: core.getInput('aws-secret-access-key'),
9
- FRAMEWORK: core.getInput('framework').toString(),
+ FRAMEWORK: core.getInput('framework'),
10
SERVERLESS_ACCESS_KEY: core.getInput('serverless-access-key'),
11
WORKING_DIRECTORY: core.getInput('working-directory')
12
}
0 commit comments