From 324ce8f3bc2615b82724ceec57fede49bf6eaac0 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Thu, 25 Jan 2024 23:39:32 +0300 Subject: [PATCH] Fix terraform docs config path (#35) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 24cb501..0ce2cfe 100644 --- a/action.yml +++ b/action.yml @@ -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 ./