Skip to content

Commit

Permalink
Merge pull request #834 from tj-actions/chore/fix-typos
Browse files Browse the repository at this point in the history
chore: fix typos
  • Loading branch information
repo-ranger[bot] committed Dec 5, 2022
2 parents 33d8d67 + 2cf3132 commit 67482da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/submodule-sync.yml
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: peter-evans/create-pull-request@v4.2.3
with:
title: "Updated submodule"
labels: "merge when passing"
branch: "chore/update-submodule"
commit-message: "Updated submodule"
body: "Updated submodule"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-readme.yml
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: peter-evans/create-pull-request@v4.2.3
with:
base: "main"
labels: "merge when passing"
title: "Updated README.md"
branch: "chore/update-readme"
commit-message: "Updated README.md"
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Expand Up @@ -24,15 +24,15 @@ inputs:
required: false
default: ""
files:
description: "File and directory patterns to detect changes using only these list of file(s) (Defaults to the entire repo) **NOTE:** Multiline file/directory patterns should not include qoutes."
description: "File and directory patterns to detect changes using only these list of file(s) (Defaults to the entire repo) **NOTE:** Multiline file/directory patterns should not include quotes."
required: false
default: ""
files_separator:
description: "Separator used to split the `files` input"
default: "\n"
required: false
files_ignore:
description: "Ignore changes to these file(s) **NOTE:** Multiline file/directory patterns should not include qoutes."
description: "Ignore changes to these file(s) **NOTE:** Multiline file/directory patterns should not include quotes."
required: false
default: ""
files_ignore_separator:
Expand Down Expand Up @@ -67,7 +67,7 @@ inputs:
default: "true"
required: false
diff_relative:
description: "Exclude changes outside the current directory and show pathnames relative to it. **NOTE:** This requires you to specify the top level directory via the `path` input."
description: "Exclude changes outside the current directory and show path names relative to it. **NOTE:** This requires you to specify the top level directory via the `path` input."
required: false
dir_names:
default: "false"
Expand Down

0 comments on commit 67482da

Please sign in to comment.