Skip to content

Commit

Permalink
build: Update run-setup-successful.yml to include escaped command output
Browse files Browse the repository at this point in the history
The commit updates the `run-setup-successful.yml` file by modifying the command output to be properly escaped. This ensures that special characters are handled correctly when generating the step summary.
  • Loading branch information
SakuraIsayeki committed Aug 11, 2023
1 parent 47c49c3 commit c389764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-setup-successful.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
echo "" >> $GITHUB_STEP_SUMMARY
echo "### Output Help:" >> $GITHUB_STEP_SUMMARY
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
echo $(moltenobsidian --help | sed 's/\x1B[@A-Z\\\]^_]\|\x1B\[[0-9:;<=>?]*[-!"#$%&'"'"'()*+,.\/]*[][\\@A-Z^_`a-z{|}~]//g') >> $GITHUB_STEP_SUMMARY
echo "$(moltenobsidian --help | sed 's/\x1B[@A-Z\\\]^_]\|\x1B\[[0-9:;<=>?]*[-!"#$%&'"'"'()*+,.\/]*[][\\@A-Z^_`a-z{|}~]//g')" >> $GITHUB_STEP_SUMMARY
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY

0 comments on commit c389764

Please sign in to comment.