You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using terraform-docs within a larger workflow on pull requests. Because I am using the git-push feature, I would like to have terraform-docs be the first job executed, and only execute subsequent jobs if there is NO push from the terraform-docs job. In order to do this, I need to use both the git-push and fail-on-diff options.
What problem are you facing?
I am currently using terraform-docs within a larger workflow on pull requests. Because I am using the
git-push
feature, I would like to have terraform-docs be the first job executed, and only execute subsequent jobs if there is NO push from the terraform-docs job. In order to do this, I need to use both thegit-push
andfail-on-diff
options..github/workflows/pull_request.yml
.github/workflows/terraform-docs.yml
How could terraform-docs help solve your problem?
I am more than happy to PR if there is appetite from the community for the change. It seems the current logic is:
and the desired logic would be something like:
Thanks for your time.
The text was updated successfully, but these errors were encountered: