diff --git a/Makefile b/Makefile deleted file mode 100644 index dc7415e..0000000 --- a/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -SHELL := /bin/bash - -# List of targets the `readme` target should call before generating the readme -export README_DEPS ?= docs/github-action.md - --include $(shell curl -sSL -o .build-harness "https://cloudposse.tools/build-harness"; echo .build-harness) - -## Lint terraform code -lint: - $(SELF) terraform/install terraform/get-modules terraform/get-plugins terraform/lint terraform/validate \ No newline at end of file diff --git a/README.yaml b/README.yaml index dd23f5d..9a1a514 100644 --- a/README.yaml +++ b/README.yaml @@ -1,4 +1,3 @@ ---- # # This is the canonical configuration for the `README.md` # Run `make readme` to rebuild the `README.md` @@ -22,13 +21,17 @@ github_repo: cloudposse/github-action-wait-commit-status # Badges to display badges: - - name: "Latest Release" - image: "https://img.shields.io/github/release/cloudposse/github-action-wait-commit-status.svg" - url: "https://github.com/cloudposse/github-action-wait-commit-status/releases/latest" - - name: "Slack Community" - image: "https://slack.cloudposse.com/badge.svg" - url: "https://slack.cloudposse.com" + - name: Latest Release + image: https://img.shields.io/github/release/cloudposse/github-action-wait-commit-status.svg?style=for-the-badge + url: https://github.com/cloudposse/github-action-wait-commit-status/releases/latest + - name: Last Updated + image: https://img.shields.io/github/last-commit/cloudposse/github-action-wait-commit-status.svg?style=for-the-badge + url: https://github.com/cloudposse/github-action-wait-commit-status/commits + - name: Slack Community + image: https://slack.cloudposse.com/for-the-badge.svg + url: https://cloudposse.com/slack +# List any related terraform modules that this module may be used with or that this module depends on. related: [] # Short description of this project @@ -71,10 +74,5 @@ usage: |- check-retry-interval: 20 ``` -include: - - "docs/github-action.md" - -# Contributors to this project -contributors: - - name: "Igor Rodionov" - github: "goruha" \ No newline at end of file +include: [] +contributors: [] diff --git a/atmos.yaml b/atmos.yaml new file mode 100644 index 0000000..dfa6aca --- /dev/null +++ b/atmos.yaml @@ -0,0 +1,2 @@ +import: + - https://raw.githubusercontent.com/cloudposse/.github/refs/heads/main/.github/atmos/github-action.yaml diff --git a/docs/github-action.md b/docs/github-action.md deleted file mode 100644 index 76a8b42..0000000 --- a/docs/github-action.md +++ /dev/null @@ -1,16 +0,0 @@ - - -## Inputs - -| Name | Description | Default | Required | -|------|-------------|---------|----------| -| check-retry-count | Check retry count | 5 | false | -| check-retry-interval | Check retry interval (in seconds) | 10 | false | -| expected\_state | Commit status state wait for. Valid values 'success', 'error', 'failure', 'pending' | success | false | -| repository | Repository | N/A | true | -| sha | Commit SHA | N/A | true | -| status | Commit status name | N/A | true | -| token | Github authentication token | ${{ github.token }} | false | - - -