Trigger Spacelift (Deprecated)
cloudposse/github-action-atmos-affected-trigger-spacelift is deprecated, along with the rest of the Spacelift integration it depends on. Use Atmos Pro as the replacement for Spacelift, with Native CI for plan and deploy workflows.
The Atmos Trigger Spacelift GitHub Action determined the affected Atmos stacks for a PR, then commented on the PR (or called spacectl directly) to trigger the corresponding Spacelift stacks.
Native CI Equivalent
Teams moving off Spacelift can use Atmos Pro for infrastructure coordination and run affected-stacks workflows directly in GitHub Actions:
- name: Detect affected
run: atmos describe affected --format=matrix
See Native CI for the full plan/deploy matrix workflow, and Spacelift Integration (Deprecated) if you still need to maintain an existing Spacelift setup.
Discover more details, including the full list of inputs and outputs, in the GitHub Action repository on GitHub.