cloudposse-github-actions/Example composite GitHub action
Example composite GitHub action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 24, 2025
- License
- Apache 2.0
Pinned Snippet
uses: cloudposse-github-actions/test-action@3bbfae59ab2f8438a1d8e5fa4572a66251df6316 # 17.3.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| sha | Input parameter placeholder | yes | true |
| id | Input parameter placeholder | yes | — |
| token | Used 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 || '' }} |
Outputs
no outputs