Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed May 18, 2024
1 parent 0f44711 commit 18517d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Action.res
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ external getInput: string => string = "getInput"
let inputs = () => {
filePattern: getInput("file-pattern"),
preReqPattern: getInput("prereq-pattern"),
failureMessage: getInput("failure-message"),
// Optional
skipLabel: getInput("skip-label"),
token: getInput("token"),
failureMessage: getInput("failure-message"),
}

0 comments on commit 18517d8

Please sign in to comment.