Skip to content

Commit 16536f3

Browse files
committed
chore: update README.md
1 parent 89bd6d9 commit 16536f3

File tree

1 file changed

+5
-27
lines changed

1 file changed

+5
-27
lines changed

README.md

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
<!-- markdownlint-disable -->
44
<a href="https://cpco.io/homepage"><img src="https://github.com/cloudposse/github-action-atmos-terraform-apply/blob/main/.github/banner.png?raw=true" alt="Project Banner"/></a><br/>
5-
<p align="right">
6-
<a href="https://github.com/cloudposse/github-action-atmos-terraform-apply/releases/latest"><img src="https://img.shields.io/github/release/cloudposse/github-action-atmos-terraform-apply.svg" alt="Latest Release"/></a><a href="https://slack.cloudposse.com"><img src="https://slack.cloudposse.com/badge.svg" alt="Slack Community"/></a></p>
5+
6+
7+
<p align="right"><a href="https://github.com/cloudposse/github-action-atmos-terraform-apply/releases/latest"><img src="https://img.shields.io/github/release/cloudposse/github-action-atmos-terraform-apply.svg?style=for-the-badge" alt="Latest Release"/></a><a href="https://github.com/cloudposse/github-action-atmos-terraform-apply/commits"><img src="https://img.shields.io/github/last-commit/cloudposse/github-action-atmos-terraform-apply.svg?style=for-the-badge" alt="Last Updated"/></a><a href="https://cloudposse.com/slack"><img src="https://slack.cloudposse.com/for-the-badge.svg" alt="Slack Community"/></a>
8+
9+
</p>
710
<!-- markdownlint-restore -->
811

912
<!--
@@ -399,31 +402,6 @@ Which would produce the same behavior as in `v0`, doing this:
399402

400403

401404

402-
<!-- markdownlint-disable -->
403-
404-
## Inputs
405-
406-
| Name | Description | Default | Required |
407-
|------|-------------|---------|----------|
408-
| atmos-config-path | The path to the atmos.yaml file | N/A | true |
409-
| atmos-version | The version of atmos to install | >= 1.158.0 | false |
410-
| branding-logo-image | Branding logo image url | https://cloudposse.com/logo-300x69.svg | false |
411-
| branding-logo-url | Branding logo url | https://cloudposse.com/ | false |
412-
| component | The name of the component to apply. | N/A | true |
413-
| debug | Enable action debug mode. Default: 'false' | false | false |
414-
| infracost-api-key | Infracost API key | N/A | false |
415-
| sha | Commit SHA to apply. Default: github.sha | ${{ github.event.pull\_request.head.sha }} | true |
416-
| skip-checkout | Disable actions/checkout. Useful for when the checkout happens in a previous step and file are modified outside of git through other actions | false | false |
417-
| stack | The stack name for the given component. | N/A | true |
418-
| 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 \|\| '' }} | false |
419-
420-
421-
## Outputs
422-
423-
| Name | Description |
424-
|------|-------------|
425-
| status | Apply Status. Either 'succeeded' or 'failed' |
426-
<!-- markdownlint-restore -->
427405

428406

429407
## Related Projects

0 commit comments

Comments
 (0)