Skip to content

Commit

Permalink
fix an environment variable typo (#38)
Browse files Browse the repository at this point in the history
`FILE_PATHS` instead of `FILE_PATH`
  • Loading branch information
a2937 authored May 24, 2024
1 parent 007eb2e commit ffffb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The action is designed to be modular, with multiple plugins to choose from for e
| `hide-curriculum-strings` | This plugin runs through all of the strings in the specified project and hides them if they meet specific conditions. | none |
| `hide-renpy-strings` | This plugin runs through all of the strings in the specified project and hides them if they meet specific conditions. | none |
| `hide-string` | Looks for a specific string in a specific file and marks it as hidden. | `FILE_NAME`, `STRING_CONTENT` |
| `lowercase-directories` | This plugin will walk through the `FILE_PATH` directory and make sure all sub-directories are set to lowercase | `FILE_PATHS` | |
| `lowercase-directories` | This plugin will walk through the `FILE_PATH` directory and make sure all sub-directories are set to lowercase | `FILE_PATH` | |
| `pull-request` | Creates a pull request from the specified branch and targets the specified base, or main by default. | `GH_TOKEN`, `BRANCH`, `REPOSITORY`, `BASE`, `TITLE`, `BODY` |
| `remove-deleted-files` | This will recursively walk through the `FILE_PATHS` directories and remove any files from Crowdin that are no longer present in the repo. Note that `FILE_PATHS` should be a stringified array, as GitHub `yaml` doesn't accept array values: `'["curriculum/challenges/english", "curriculum/dictionaries/english"]'` | `FILE_PATHS` |
| `unhide-string` | Looks for a specific string in a specific file and marks it as visible. | `FILE_NAME`, `STRING_CONTENT` |
Expand Down

0 comments on commit ffffb1d

Please sign in to comment.