diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 88f03496..6ac46955 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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