mirko-felice/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: mirko-felice/list-files-action@790c9737b7acae4a47b6afc896fc603780f16b5d # v3.0.5tags 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 |