Skip to content

Commit

Permalink
update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chrnorm committed Sep 20, 2019
1 parent fd1087e commit 152670c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function run() {
const context = github.context;
const defaultUrl = `https://github.com/${context.repo.owner}/${context.repo.repo}/commit/${context.sha}/checks`;
const token = core.getInput("token", { required: true });
const url = core.getInput("target-url", { required: false }) || defaultUrl;
const url = core.getInput("target_url", { required: false }) || defaultUrl;
const environment = core.getInput("environment", { required: false }) || "production";
const description = core.getInput("description", { required: false });
const initialStatus = core.getInput("initial_status", {
Expand Down

0 comments on commit 152670c

Please sign in to comment.