diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 7cb534c..0802b60 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -55,7 +55,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the README.md id: terraform-docs - uses: terraform-docs/gh-actions@v1.0.0 + uses: terraform-docs/gh-actions@v1.1.0 with: working-dir: .,examples/full output-file: README.md diff --git a/README.md b/README.md index 6a63a1a..d9cb3e6 100644 --- a/README.md +++ b/README.md @@ -105,5 +105,4 @@ module "actions_runner" { - \ No newline at end of file diff --git a/examples/full/README.md b/examples/full/README.md index ed6bb08..a0924ca 100644 --- a/examples/full/README.md +++ b/examples/full/README.md @@ -30,7 +30,7 @@ resource "helm_release" "cert_manager" { } ``` -## 2. Setup Agents Runner Controller +## 2. Setup Agents Runner Controller ```hcl # setup actions-runner-controller @@ -134,5 +134,4 @@ module "actions_runner" { - \ No newline at end of file