PLT-1041 converted output value to empty to align with the dependenci… #19
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
### | |
### Checks terraform-docs generation | |
### | |
name: terraform-docs | |
on: [pull_request] | |
jobs: | |
docs: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@master | |
- name: terraform-docs | |
run: | | |
make gen | |
git diff --quiet || { echo "Build Changes"; git diff; git status; false; } |