mazuninky/Setup atl
Install the atl CLI for Atlassian Confluence and Jira on a GitHub Actions runner
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | atl version to install. Accepts a calendar version (e.g. "2026.18.4"), a tag (e.g. "v2026.18.4"), or "latest" to resolve the most recent release via the GitHub API. | no | latest |
| token | GitHub token used to query the releases API and download release assets. Defaults to the workflow token; override only if rate limits bite (e.g. heavy fan-out across forks). | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| version | The resolved atl version that was installed (e.g. "2026.18.4") |
| bin-path | Absolute path to the directory containing the atl binary (already on PATH) |