a7ul/Tar action
A cross platform github action for using tar.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Aug 17, 2026
- Maintenance Recency
- Stalelast commit Apr 5, 2024
- License
- MIT
Pinned Snippet
uses: a7ul/tar-action@ed9cbd44fc9276db29ea2fb1f8adf3d7e0691589 # v1.2.0tags 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 |