From 8e85b800c8b69c011dd210f1c3b51782d8dcb7c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 03:23:13 +0000 Subject: [PATCH] chore(deps): update terraform-docs/gh-actions digest to 6c98900 Signed-off-by: renovate[bot] --- .github/workflows/terraform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 0c791e9..1a2a034 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -29,7 +29,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the README.md and push changes back to PR branch - uses: terraform-docs/gh-actions@ceebb781ca443aeeccbbb15b3f359a78ad2ef4ce + uses: terraform-docs/gh-actions@6c989007421c87790b129e96e425ee5fabd61e0b with: working-dir: . output-file: README.md @@ -38,7 +38,7 @@ jobs: indention: 3 git-push: "true" - name: Render terraform docs inside the README.md and push changes back to PR branch - uses: terraform-docs/gh-actions@ceebb781ca443aeeccbbb15b3f359a78ad2ef4ce + uses: terraform-docs/gh-actions@6c989007421c87790b129e96e425ee5fabd61e0b with: working-dir: example/ output-file: README.md