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