Skip to content

Commit

Permalink
Merge pull request #3 from amalv/patch-1
Browse files Browse the repository at this point in the history
fix: typo in argument
  • Loading branch information
amondnet authored Oct 20, 2019
2 parents 3fe3126 + 0996748 commit feeb57c
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

1 comment on commit feeb57c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for website ready!

Built with commit undefined

https://zeit-now-deployment-action-k1nunuywn.now.sh

Please sign in to comment.