microsoft / terraform-provider-power-platform

Power Platform Terraform Provider
https://registry.terraform.io/providers/microsoft/power-platform/latest/docs
MIT License
35 stars 14 forks source link

Fix some issues in github actions workflows #368

Closed mattdot closed 4 months ago

mattdot commented 4 months ago

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.

mattdot commented 4 months ago

@mawasile can you update this branch with doc fixes so generated docs have the typo fixes in the markdown?

mawasile commented 4 months ago

@mattdot done