Skip to content

Commit

Permalink
Use git diff-files to detect changes in documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
remilapeyre committed Oct 8, 2023
1 parent b73c47e commit 8857d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
curl -LO https://github.com/hashicorp/terraform-plugin-docs/releases/download/v0.16.0/tfplugindocs_0.16.0_linux_amd64.zip
sudo unzip tfplugindocs_0.16.0_linux_amd64.zip tfplugindocs -d /usr/local/bin
tfplugindocs generate --ignore-deprecated true
- name: Fail if repo has changes
uses: UnicornGlobal/has-changes-action@ea00e6f831a9e785271645729fa251907b314707 # v1.0.12
# Fail if repository has changes
git diff-files --quiet

0 comments on commit 8857d2e

Please sign in to comment.