diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9ae2535..ed3ed22 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,7 +11,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} token: "${{ secrets.GITHUB_TOKEN }}" - name: Terraform Docs - uses: terraform-docs/gh-actions@v1.0.0 + uses: terraform-docs/gh-actions@v1.2.0 with: output-file: README.md output-method: inject