diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a8b202c..d051485 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Render terraform docs inside the examples/basic/README.md - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.0 with: working-dir: ./examples/basic/ git-push: "false" @@ -20,7 +20,7 @@ jobs: config-file: ./examples/basic/.terraform-docs.yml - name: Render terraform docs inside the README.md - uses: terraform-docs/gh-actions@v1.1.0 + uses: terraform-docs/gh-actions@v1.2.0 with: working-dir: . git-push: "true"