From 1c2dcd10f9e735268b8a82fc94e83fb8a0b8a238 Mon Sep 17 00:00:00 2001 From: Peter Pouliot Date: Wed, 27 Mar 2024 10:38:18 -0400 Subject: [PATCH] updating workflow #2 --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 48a29a1..108cbc1 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -12,7 +12,7 @@ jobs: ref: main - name: Render terraform docs and push changes back to PR - uses: terraform-docs/gh-actions@main + uses: terraform-docs/gh-actions@v1.1.0 with: working-dir: . output-file: README.md