Skip to content

Commit

Permalink
Fix terraform docs config path (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Jan 25, 2024
1 parent 1d38307 commit 324ce8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ runs:
terraform output --json > output_values.json
echo "terraform-docs -c ${{ github.action_path }}config/tfdocs-config.yaml ./"
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 ./
Expand Down

0 comments on commit 324ce8f

Please sign in to comment.