lfreleng-actions/✅ Check path exists in repository
Check if a given path exists in the repository, reports type
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/path-check-action@b51f09959a4a71eff2e2f175bf80400ae8576f63 # v0.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | File system path to check | yes | — |
| exit_on_invalid | Exit with error if path invalid | no | false |
Outputs
| name | description |
|---|---|
| type | Returns either [file|directory|invalid] |
| symlink | Returns [true|false] if path is a symbolic link |
| exists | Returns [true|false] if path exists (file/directory/symlink) |