Skip to content

Commit

Permalink
Make message input a required field
Browse files Browse the repository at this point in the history
  • Loading branch information
amaaniqbal committed Apr 1, 2020
1 parent 049b5b8 commit fa58fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branding:
inputs:
message:
description: 'Message to be checked for spam'
required: false
required: true
runs:
using: 'docker'
image: 'Dockerfile'
Expand Down

0 comments on commit fa58fd8

Please sign in to comment.