Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
amondnet committed Apr 4, 2020
1 parent 179627c commit d1ee573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ async function nowDeploy() {
"-m",
`githubCommitRepo=${context.repo.repo}`,
"-m",
`githubCommitMessage=${commit}`
"-m",
`githubCommitRef=${context.ref}`
`githubCommitMessage=${commit}`,
"-m",
`githubCommitRef=${context.ref}`
],
options
);
Expand Down

0 comments on commit d1ee573

Please sign in to comment.