Skip to content

Commit eb56a8c

Browse files
committed
chore: update README.md
1 parent 97deb3f commit eb56a8c

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

Lines changed: 5 additions & 13 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-drift-detection/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-drift-detection/releases/latest"><img src="https://img.shields.io/github/release/cloudposse/github-action-atmos-terraform-drift-detection.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-drift-detection/releases/latest"><img src="https://img.shields.io/github/release/cloudposse/github-action-atmos-terraform-drift-detection.svg?style=for-the-badge" alt="Latest Release"/></a><a href="https://github.com/cloudposse/github-action-atmos-terraform-drift-detection/commits"><img src="https://img.shields.io/github/last-commit/cloudposse/github-action-atmos-terraform-drift-detection.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
<!--
@@ -135,21 +138,10 @@ There is another companion action [github-action-atmos-terraform-drift-remediati
135138
136139
137140
138-
<!-- markdownlint-disable -->
139141
140-
## Inputs
141142
142-
| Name | Description | Default | Required |
143-
|------|-------------|---------|----------|
144-
| assignee-teams | Comma-separated list of teams to assign issues to. You have to pass github token with `read:org` scope. This is used only when issue is getting created. | | false |
145-
| assignee-users | Comma-separated list of users to assign issues to. This is used only when issue is getting created. | | false |
146-
| labels | Comma-separated list of additional labels to assign issues to. | | false |
147-
| max-opened-issues | Number of open drift detection issues. Use `-1` to open unlimited number of issues. Default: 10 | 10 | false |
148-
| process-all | Process all issues or only the ones that relates to affected stacks. Default: false | false | false |
149-
| 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 |
150143
151144
152-
<!-- markdownlint-restore -->
153145
154146
155147
## Related Projects

0 commit comments

Comments
 (0)