actions-marketplace-validations/List Files Action
List all matching files in specific path.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 20, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/mirko-felice_list-files-action@6a7f9474ad7fe658be89c51ec492d14f458d6670 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Repository name where to search files | yes | — |
| ref | Branch or tag to checkout | no | master |
| path | Path where searching files | yes | — |
| ext | File extension to match | yes | — |
Outputs
| name | description |
|---|---|
| paths | List of all matching files |