cloudposse-github-actions/Example composite GitHub action

Example composite GitHub action

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Sep 24, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: cloudposse-github-actions/test-action@3bbfae59ab2f8438a1d8e5fa4572a66251df6316 # 17.3.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
shaInput parameter placeholderyestrue
idInput parameter placeholderyes
tokenUsed to pull node distributions for Atmos from Cloud Posse's GitHub repository. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.${{ github.server_url == 'https://github.com' && github.token || '' }}

no outputs