action-util/Split Path
Split a path into a directory and basename.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 24, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: action-util/split-path@b25b4831a920a1823f026a7bd6582845e9ecad13 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to split | yes | — |
Outputs
| name | description |
|---|---|
| dirname | The directory name |
| basename | The base name |