From 363e07d077245a5074280640548d38427a8799fa Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Thu, 25 Jan 2024 00:30:10 +0100 Subject: [PATCH] Added test-workflows --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d92c154..b2905fa 100644 --- a/action.yml +++ b/action.yml @@ -296,7 +296,7 @@ runs: echo "${TERRAFORM_OUTPUTS}" - sed -i "s/%TERRAFORM_OUTPUTS%/${TERRAFORM_OUTPUTS}/g" ${{ github.workspace }}/atmos-apply-summary.md + sed -i "s/%TERRAFORM_OUTPUTS%/${TERRAFORM_OUTPUTS//\//\\/}/g" ${{ github.workspace }}/atmos-apply-summary.md cat "${{ github.workspace }}/atmos-apply-summary.md" >> $GITHUB_STEP_SUMMARY