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 10, 2024
1 parent f22ff12 commit 4998f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo "GIT_COMMIT_MESSAGE=$(git show -s --format=%s)" >> $GITHUB_ENV
- name: Generate Terraform docs
uses: terraform-docs/[email protected].0
uses: terraform-docs/[email protected].2
if: "!startsWith(env.GITHUB_PR_BRANCH, 'renovate/')"
with:
working-dir: .
Expand All @@ -88,7 +88,7 @@ jobs:
fail-on-diff: true

- name: Generate Terraform docs for Renovate
uses: terraform-docs/[email protected].0
uses: terraform-docs/[email protected].2
if: "startsWith(env.GITHUB_PR_BRANCH, 'renovate/')"
with:
working-dir: .
Expand Down

0 comments on commit 4998f53

Please sign in to comment.