Skip to content

Commit

Permalink
Update terraform-docs/gh-actions action to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent a7dae06 commit 31f8455
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-terraform-module-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
echo "GIT_COMMIT_MESSAGE=$(git show -s --format=%s)" >> $GITHUB_ENV
- name: Generate Terraform docs
uses: terraform-docs/gh-actions@v1.1.0
uses: terraform-docs/gh-actions@v1.2.2
if: "!startsWith(env.GITHUB_PR_BRANCH, 'renovate/')"
with:
working-dir: ${{ env.MODULE_DEPLOYMENT_DIR }}
Expand All @@ -117,7 +117,7 @@ jobs:
fail-on-diff: true

- name: Generate Terraform docs for Renovate
uses: terraform-docs/gh-actions@v1.1.0
uses: terraform-docs/gh-actions@v1.2.2
if: "startsWith(env.GITHUB_PR_BRANCH, 'renovate/')"
with:
working-dir: ${{ env.MODULE_DEPLOYMENT_DIR }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "GIT_COMMIT_MESSAGE=$(git show -s --format=%s)" >> $GITHUB_ENV
- name: Generate Terraform docs
uses: terraform-docs/gh-actions@v1.1.0
uses: terraform-docs/gh-actions@v1.2.2
if: "!startsWith(env.GITHUB_PR_BRANCH, 'renovate/')"
with:
working-dir: .
Expand All @@ -71,7 +71,7 @@ jobs:
fail-on-diff: true

- name: Generate Terraform docs for Renovate
uses: terraform-docs/gh-actions@v1.1.0
uses: terraform-docs/gh-actions@v1.2.2
if: "startsWith(env.GITHUB_PR_BRANCH, 'renovate/')"
with:
working-dir: .
Expand Down

0 comments on commit 31f8455

Please sign in to comment.