Skip to content

Commit

Permalink
Added test-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Jan 24, 2024
1 parent 2346dfa commit 363e07d
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 @@ -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
Expand Down

0 comments on commit 363e07d

Please sign in to comment.