diff --git a/action.yml b/action.yml index 2d8b83f..fcb8212 100644 --- a/action.yml +++ b/action.yml @@ -299,12 +299,12 @@ runs: terraform output --json > output_values.json - terraform-docs -c ${{ github.action_path }}/config/tfdocs-config.yaml --output-file ${{ github.workspace }}/atmos-apply-summary.md ./ + # terraform-docs -c ${{ github.action_path }}/config/tfdocs-config.yaml --output-file ${{ github.workspace }}/atmos-apply-summary.md ./ - sed -i "s#\`\`#![Sensitive](https://img.shields.io/badge/sensitive-c40000?style=for-the-badge)#g" ${{ github.workspace }}/atmos-apply-summary.md - sed -i "s#\`\"#\`#g" ${{ github.workspace }}/atmos-apply-summary.md - sed -i "s#\"\`#\`#g" ${{ github.workspace }}/atmos-apply-summary.md - sed -i "s#|--#|:-#g" ${{ github.workspace }}/atmos-apply-summary.md + # sed -i "s#\`\`#![Sensitive](https://img.shields.io/badge/sensitive-c40000?style=for-the-badge)#g" ${{ github.workspace }}/atmos-apply-summary.md + # sed -i "s#\`\"#\`#g" ${{ github.workspace }}/atmos-apply-summary.md + # sed -i "s#\"\`#\`#g" ${{ github.workspace }}/atmos-apply-summary.md + # sed -i "s#|--#|:-#g" ${{ github.workspace }}/atmos-apply-summary.md cat "${{ github.workspace }}/atmos-apply-summary.md" >> $GITHUB_STEP_SUMMARY diff --git a/config/atmos_github_summary.yaml b/config/atmos_github_summary.yaml index 368746e..7365a59 100644 --- a/config/atmos_github_summary.yaml +++ b/config/atmos_github_summary.yaml @@ -70,14 +70,6 @@ terraform: {{wrapCode .CombinedOutput}} -
Terraform Outputs - - [//]: # (BEGIN_TF_DOCS) - - [//]: # (END_TF_DOCS) - -
- {{if ne .Vars.infracost_details_diff_breakdown ""}} {{template "infracost" .}} {{end}}