Skip to content

Commit

Permalink
Fix terraform docs config path (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Jul 16, 2024
1 parent af15d3f commit a5c2ead
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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>\`#![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
Expand Down

0 comments on commit a5c2ead

Please sign in to comment.