Skip to content

Commit

Permalink
add required attribute to inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdietrick committed Apr 22, 2020
1 parent d548b89 commit d99340e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ branding:
inputs:
status-args:
description: "Arguments to the `git status` command."
required: false
default: ""
pathspec:
description: "Pattern used to limit paths in the `git status` command."
required: false
default: ""
outputs:
changed:
Expand Down

0 comments on commit d99340e

Please sign in to comment.