Skip to content

Commit

Permalink
update build 26
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 7, 2021
2 parents 69eec00 + 30bf30a commit 2bebb57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,9 @@ const getAllInputs = (): AllInputs => {
else if (debugFlagString === "true") {
core.warning("Set debugFlag as true.");
debugFlag = true;
} else if (debugFlagString === "false") {
core.warning("Set debugFlag as false.");
debugFlag = false;
} else {
core.setFailed("Unknown input. You should set true or false for a debug flag.")
}
Expand Down

0 comments on commit 2bebb57

Please sign in to comment.