From 22ce28c2ee761e2aecb2dccf5ed35fbf215ac7a8 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Tue, 16 Jul 2024 17:08:32 +0300 Subject: [PATCH] Fix terraform docs config path --- action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 0e34dfc..744593d 100644 --- a/action.yml +++ b/action.yml @@ -309,9 +309,7 @@ runs: terraform output --json > output_values.json - echo "terraform-docs -c ${{ github.action_path }}config/tfdocs-config.yaml ./" - - 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