lendela-tech/Tar action
A cross platform github action for using tar.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cwd | Current working directory for tar command | no | — |
| command | c = compress | yes | — |
| files | List of files or folders to archive | yes | — |
| outPath | Path of the output archive (ex: abc.tar.gz) | yes | — |
Outputs
| name | description |
|---|---|
| done | returns true if successful |