Skip to content

Commit

Permalink
feat: make search input optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Mihai authored and Alexandru Mihai committed May 4, 2021
1 parent 484ee07 commit ec0872d
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 @@ -15,7 +15,7 @@ inputs:
default: "false"
search_input:
description: "Json object input for searching files to be replaced. Contains the following keys: patterns (array strings of regex to match files), files (array of strings to match file names), depth: the search depth to search recursively"
required: true
required: false
runs:
using: 'docker'
image: 'Dockerfile'
Expand Down

0 comments on commit ec0872d

Please sign in to comment.