cloudposse/Atmos GitOps Select Components

A GitHub Action to get list of selected components by jq query

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
select-filterjq query that will be used to select atmos componentsno.
head-refThe head ref to checkout. If not provided, the head default branch is used.no${{ github.sha }}
skip-checkoutDisable actions/checkout for head-ref. Useful for when the checkout happens in a previous step and file are modified outside of git through other actionsnofalse
atmos-versionThe version of atmos to installno>= 1.63.0
atmos-config-pathThe path to the atmos.yaml fileyes
jq-versionThe version of jq to install if install-jq is trueno1.7
debugEnable action debug mode. Default: 'false'nofalse
nested-matrices-countNumber of nested matrices that should be returned as the output (from 1 to 3)no2
process-functionsWhether to process atmos functionsnotrue
namedescription
selected-componentsSelected GitOps components
has-selected-componentsWhether there are selected components
matrixThe selected components as matrix structure suitable for extending matrix size workaround (see README)