8000 Update action.yml · Algorithms-Learn/scripts@1e1584a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e1584a

Browse files
authored
Update action.yml
1 parent 4d5e12f commit 1e1584a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

formatter/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: "Filename Formatter"
2-
description: "Format filenames into the acceptable format by TheAlgorithms opganization"
2+
description: "Format filenames into the acceptable format by TheAlgorithms organization"
33
author: "TheAlgorithms"
44
inputs:
55
filetypes:
6-
description: Filter files by specified file types (comma separated values in a string.) Maximum two values. E.g. `.cpp,.hpp`
6+
description: Filter files by specified file types (comma-separated values in a string.) Maximum two values. E.g. `.cpp,.hpp`
77
required: true
88
working-directory:
99
description: Working/base directory of the formatter
1010
required: false
1111
default: .
1212
ignore-files:
13-
description: Files/folders to ignored
13+
description: Files/folders to be ignored
1414
required: false
1515
runs:
1616
using: composite

0 commit comments

Comments
 (0)
0