actions-marketplace-validations/Tar action
A cross platform github action for using tar.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 5, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/a7ul_tar-action@ed9cbd44fc9276db29ea2fb1f8adf3d7e0691589 # no releases — HEAD as of 2026-08-29tags can be moved; commit SHAs can't. why a SHA?
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 |