andstor/File Existence
GitHub Action to check for file existence
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Comma separated string with paths to files and directories to check for existence. | yes | — |
| ignore_case | Ignore if a file has upper or lower cases. | no | false |
| follow_symbolic_links | Indicates whether to follow symbolic links. | no | true |
| fail | Makes the Action fail on missing files. | no | false |
| allow_failure | This variable is deprecated in favour of "fail". | no | — |
| verbose | Make action verbose. | no | false |
Outputs
| name | description |
|---|---|
| files_exists | Whether the file(s) exists or not. |