Skip to content

Commit

Permalink
fix: Fix formatting issue in run-setup-successful.yml
Browse files Browse the repository at this point in the history
The commit fixes a formatting issue in the `run-setup-successful.yml` file. The incorrect backticks were causing an error, so they have been replaced with correct ones.
  • Loading branch information
SakuraIsayeki committed Aug 11, 2023
1 parent a6bad23 commit 47c49c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-setup-successful.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Setup MoltenObsidian CLI (Should be: Successful)'
name: 'Setup MoltenObsidian CLI (Should be: Successful)'
on:
- push
- workflow_dispatch
Expand Down Expand Up @@ -37,6 +37,6 @@ jobs:
echo "Installed Version: \`$(moltenobsidian --version)\`" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
echo "### Output Help:" >> $GITHUB_STEP_SUMMARY
echo "\`\`\`\" >> $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 "\`\`\`\" >> $GITHUB_STEP_SUMMARY
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY

0 comments on commit 47c49c3

Please sign in to comment.