actions-marketplace-validations/Check File Existence
GitHub Action to check if file(s) exists
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | File name with (optional) directory path, separated by comma. | yes | — |
| follow_symlinks | Whether to follow symbolic links. | no | true |
| ignore_case | Perform a case-insensitive match. | no | true |
Outputs
| name | description |
|---|---|
| exists | Whether the informed file(s) exists or not. |