Skip to content

Commit

Permalink
Remove comments (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Jul 11, 2024
1 parent 8a61542 commit af15d3f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ runs:
TERRAFORM_RESULT=$?
set -e
terraform output --json > output_values.json
Expand All @@ -316,20 +317,9 @@ runs:
sed -i "s#\`\"#\`#g" ${{ github.workspace }}/atmos-apply-summary.md
sed -i "s#\"\`#\`#g" ${{ github.workspace }}/atmos-apply-summary.md
sed -i "s#|--#|:-#g" ${{ github.workspace }}/atmos-apply-summary.md
set -e
cat "${TERRAFORM_OUTPUT_FILE}"
# terraform output --json > output_values.json
# 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
# sed -i "s#\"\`#\`#g" ${{ github.workspace }}/atmos-apply-summary.md
# sed -i "s#|--#|:-#g" ${{ github.workspace }}/atmos-apply-summary.md
cat "${{ github.workspace }}/atmos-apply-summary.md" >> $GITHUB_STEP_SUMMARY
if [[ "${TERRAFORM_RESULT}" == "0" ]]; then
Expand Down

0 comments on commit af15d3f

Please sign in to comment.