Skip to content

Commit f46aa0d

Browse files
committed
chore: update README.md
1 parent 8897500 commit f46aa0d

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

README.md

Lines changed: 5 additions & 14 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-wait-commit-status/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-wait-commit-status/releases/latest"><img src="https://img.shields.io/github/release/cloudposse/github-action-wait-commit-status.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-wait-commit-status/releases/latest"><img src="https://img.shields.io/github/release/cloudposse/github-action-wait-commit-status.svg?style=for-the-badge" alt="Latest Release"/></a><a href="https://github.com/cloudposse/github-action-wait-commit-status/commits"><img src="https://img.shields.io/github/last-commit/cloudposse/github-action-wait-commit-status.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
<!--
@@ -70,22 +73,10 @@ Checks GitHub API for a given commit and look the commit status.
7073
7174
7275
73-
<!-- markdownlint-disable -->
7476
75-
## Inputs
7677
77-
| Name | Description | Default | Required |
78-
|------|-------------|---------|----------|
79-
| check-retry-count | Check retry count | 5 | false |
80-
| check-retry-interval | Check retry interval (in seconds) | 10 | false |
81-
| expected\_state | Commit status state wait for. Valid values 'success', 'error', 'failure', 'pending' | success | false |
82-
| repository | Repository | N/A | true |
83-
| sha | Commit SHA | N/A | true |
84-
| status | Commit status name | N/A | true |
85-
| token | Github authentication token | ${{ github.token }} | false |
8678
8779
88-
<!-- markdownlint-restore -->
8980
9081
9182
## Related Projects

0 commit comments

Comments
 (0)