This pull request includes a change to the .github/workflows/terraform_provider.yml file. The change modifies the jobs: section to add a git diff command that checks for differences between the current branch and the upstream branch specifically for the docs/ directory. This will ensure that any changes made to the documentation are properly tracked and reviewed.
.github/workflows/terraform_provider.yml: Added a git diff command in the jobs: section to check for differences in the docs/ directory between the current branch and the upstream branch.
This pull request includes a change to the
.github/workflows/terraform_provider.yml
file. The change modifies thejobs:
section to add agit diff
command that checks for differences between the current branch and the upstream branch specifically for thedocs/
directory. This will ensure that any changes made to the documentation are properly tracked and reviewed..github/workflows/terraform_provider.yml
: Added agit diff
command in thejobs:
section to check for differences in thedocs/
directory between the current branch and the upstream branch.