Skip to content

Commit

Permalink
Merge pull request #8 from Miniland1333/patch-1
Browse files Browse the repository at this point in the history
Fixed typos in action.yml
  • Loading branch information
RafikFarhad authored Oct 12, 2023
2 parents 0061b39 + 6e12967 commit 7cbc1d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ inputs:
sources:
description: |
Location of sources to check. It can be a single file,
regex of a directory or multiple selecteor seprated
regex of a directory, or multiple selectors separated
by comma (`,`)
required: false
default: "**/*"
excludes:
description: |
Paths to exclude separeted by comma (`,`)
Paths to exclude separated by comma (`,`)
required: false
default: ""
runs:
using: docker
image: Dockerfile
image: Dockerfile

0 comments on commit 7cbc1d8

Please sign in to comment.