Skip to content

Commit

Permalink
fix: typo in argument
Browse files Browse the repository at this point in the history
Prevents parsing now arguments from config input.
  • Loading branch information
amalv committed Oct 18, 2019
1 parent 3fe3126 commit 0996748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const context = github.context

const zeitToken = core.getInput('zeit-token')
const zeitTeamId = core.getInput('zeit-team-id')
const nowArgs = core.getInput('now-agrs')
const nowArgs = core.getInput('now-args')
const githubToken = core.getInput('github-token')
const githubDeployment = core.getInput('github-deployment')

Expand Down

0 comments on commit 0996748

Please sign in to comment.