Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Commit 4413147

Browse files
committed
(Chore) Update Readme
1 parent 8af3c95 commit 4413147

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ request and build status support using AWS CodeBuild.
2323
This module registers a GitHub webhook which is triggered for `push` and
2424
`pull_request` events and starts the build for the respective branch. All
2525
builds run in parallel. The build progress and status for a respective commit
26-
is reported back to GitHub. Furthermore, a badge for the status of `master` is
27-
generated and hosted on S3.
26+
is reported back to GitHub.
2827

2928
### Cost
3029

@@ -54,7 +53,7 @@ Next, add the following module to your Terraform configuration and apply it:
5453
``` hcl
5554
module "github_ci" {
5655
source = "github.com/squidfunk/terraform-aws-github-ci"
57-
version = "0.5.4"
56+
version = "0.6.0"
5857
5958
namespace = "<namespace>"
6059
github_owner = "<owner>"

0 commit comments

Comments
 (0)