actions-marketplace-validations/File type finder action
Provides a list of paths and/or file names for specified files in folder/directory
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 14, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/ab185508_file-type-finder@a51487f2588d28c4f7aeec545acb57c30c5fa495 # no releases — HEAD as of 2026-08-29tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to search for files in | no | — |
| type | File type | yes | — |
| fileinput | Bool to confirm reference to a file | no | false |
| file | Reference to file | no | — |
| extchange | Pass in if you want to add a file extension to original file (useful for conversion actions) | no | false |
| ext | Extension you would like to change to | no | — |
Outputs
| name | description |
|---|---|
| paths | Path of all the files with the extension |
| names | Names of all files with the extension |
| extaddpaths | Path of all the files with the extension converted to new extension |